POST api/TemuSetBagNumber

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
requestParams
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "trackingCodes": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ],
  "bagNumber": "sample string 1"
}

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 'setBagNumberRequest'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "descriptionEn": "sample string 2",
  "Description": "sample string 3",
  "descriptionRu": "sample string 4",
  "message": "sample string 5"
}