POST api/UsdBoxing/ConfirmUsdTrip

Request Information

URI Parameters

None.

Body Parameters

ConfirmUsdTripRequest
NameDescriptionTypeAdditional information
SmallLabels

Collection of string

None.

UsdBoxType

UsdBoxType

None.

IsExpedited

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "SmallLabels": [
    "sample string 1",
    "sample string 2"
  ],
  "UsdBoxType": 1,
  "IsExpedited": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.