POST api/v1/{posId}/salesinvoiceflight

Request Information

URI Parameters

NameDescriptionTypeAdditional information
posId

string

None.

Body Parameters

Collection of SalesInvoiceFlight
NameDescriptionTypeAdditional information
Key

string

None.

PosId

string

None.

InvoiceNo

string

None.

FlightNumber

string

None.

IsSyncedToMaster

boolean

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Key": "sample string 2",
    "PosId": "sample string 1",
    "InvoiceNo": "sample string 2",
    "FlightNumber": "sample string 3",
    "IsSyncedToMaster": true
  },
  {
    "Key": "sample string 2",
    "PosId": "sample string 1",
    "InvoiceNo": "sample string 2",
    "FlightNumber": "sample string 3",
    "IsSyncedToMaster": true
  }
]

text/html

Sample:
[{"Key":"sample string 2","PosId":"sample string 1","InvoiceNo":"sample string 2","FlightNumber":"sample string 3","IsSyncedToMaster":true},{"Key":"sample string 2","PosId":"sample string 1","InvoiceNo":"sample string 2","FlightNumber":"sample string 3","IsSyncedToMaster":true}]

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml, text/xml

Sample:
<Root>
  <Data>
    <Key>sample string 2</Key>
    <PosId>sample string 1</PosId>
    <InvoiceNo>sample string 2</InvoiceNo>
    <FlightNumber>sample string 3</FlightNumber>
    <IsSyncedToMaster>true</IsSyncedToMaster>
  </Data>
  <Data>
    <Key>sample string 2</Key>
    <PosId>sample string 1</PosId>
    <InvoiceNo>sample string 2</InvoiceNo>
    <FlightNumber>sample string 3</FlightNumber>
    <IsSyncedToMaster>true</IsSyncedToMaster>
  </Data>
</Root>

application/csv

Sample:

Sample not available.

text/csv

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json, text/html

Sample:
1

application/xml, text/xml

Sample:
<Root>
  <Data>1</Data>
</Root>