POST api/TemuReturnParcel

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:
{
  "senderAddressNote": "sample string 1",
  "SenderPerson": {
    "PersonTypeId": 1.0,
    "FirstName": "sample string 2",
    "LastName": "sample string 3",
    "OrganizationName": "sample string 4",
    "Phone": "sample string 5",
    "Email": "sample string 6"
  },
  "Weight": 2.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 'TemuReturnParcelRequest'.

Response Information

No documentation available.

Response body formats

application/json, text/json

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