POST api/{corp}/Deliveries

Request Information

URI Parameters

NameDescriptionTypeAdditional information
corp

string

Required

Body Parameters

Collection of customDelivery
NameDescriptionTypeAdditional information
item_id

integer

None.

barcode

string

None.

location_id

integer

None.

location_name

string

None.

user_name

string

None.

time

decimal number

None.

longitude

decimal number

None.

latitude

decimal number

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "item_id": 1,
    "barcode": "sample string 1",
    "location_id": 2,
    "location_name": "sample string 3",
    "user_name": "sample string 4",
    "time": 5.1,
    "longitude": 1.0,
    "latitude": 1.0
  },
  {
    "item_id": 1,
    "barcode": "sample string 1",
    "location_id": 2,
    "location_name": "sample string 3",
    "user_name": "sample string 4",
    "time": 5.1,
    "longitude": 1.0,
    "latitude": 1.0
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true