POST api/Pickups

Request Information

URI Parameters

None.

Body Parameters

Collection of PickupScanDTO
NameDescriptionTypeAdditional information
Scans

Collection of string

None.

PickupTypeKey

string

None.

PickupGroupId

integer

None.

Success

boolean

None.

Message

string

None.

CustomerId

integer

None.

OnBehalfofId

string

None.

OnBehalfofName

string

None.

DeviceID

globally unique identifier

None.

Latitude

decimal number

None.

Longitude

decimal number

None.

DateTime

date

None.

Status

string

None.

IsSuccess

boolean

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Scans": [
      "sample string 1",
      "sample string 2"
    ],
    "PickupTypeKey": "sample string 1",
    "PickupGroupId": 2,
    "Success": true,
    "Message": "sample string 4",
    "CustomerId": 5,
    "OnBehalfofId": "sample string 6",
    "OnBehalfofName": "sample string 7",
    "DeviceID": "55ed661e-00aa-4763-a53c-0dd222de3f3f",
    "Latitude": 9.1,
    "Longitude": 10.1,
    "DateTime": "2025-04-28T09:33:22.3414968-05:00",
    "Status": "sample string 12",
    "IsSuccess": true
  },
  {
    "Scans": [
      "sample string 1",
      "sample string 2"
    ],
    "PickupTypeKey": "sample string 1",
    "PickupGroupId": 2,
    "Success": true,
    "Message": "sample string 4",
    "CustomerId": 5,
    "OnBehalfofId": "sample string 6",
    "OnBehalfofName": "sample string 7",
    "DeviceID": "55ed661e-00aa-4763-a53c-0dd222de3f3f",
    "Latitude": 9.1,
    "Longitude": 10.1,
    "DateTime": "2025-04-28T09:33:22.3414968-05:00",
    "Status": "sample string 12",
    "IsSuccess": true
  }
]

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

JsonResultOfListOfPickupScanDTO
NameDescriptionTypeAdditional information
Content

Collection of PickupScanDTO

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.