POST api/OverlandCorpRegistration

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:
{
  "senderCityID": 1,
  "senderAddressLine": "sample string 2",
  "isMedicament": true,
  "receiverOfficeID": 4.0,
  "parcelWeight": 5.0,
  "customerParcelCode": "sample string 6",
  "firstName": "sample string 7",
  "surname": "sample string 8",
  "phone": "sample string 9",
  "declarationItems": [
    {
      "declarationItemID": 1.0,
      "comment": "sample string 2",
      "totalPrice": 3.0,
      "currencyID": 1.0,
      "itemsCount": 1.0,
      "itemsWeight": 4.0,
      "categoryID": 5.0
    },
    {
      "declarationItemID": 1.0,
      "comment": "sample string 2",
      "totalPrice": 3.0,
      "currencyID": 1.0,
      "itemsCount": 1.0,
      "itemsWeight": 4.0,
      "categoryID": 5.0
    },
    {
      "declarationItemID": 1.0,
      "comment": "sample string 2",
      "totalPrice": 3.0,
      "currencyID": 1.0,
      "itemsCount": 1.0,
      "itemsWeight": 4.0,
      "categoryID": 5.0
    }
  ],
  "insuranceData": {
    "IsInsured": true,
    "InsuranceAmount": 2.0,
    "InsuranceCurrencyID": 3.0
  }
}

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

Response Information

No documentation available.

Response body formats

application/json, text/json

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