POST api/CAINIAO_GLOBAL_CONSOLIDATION

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:
{
  "preCPResCode": "sample string 1",
  "packingWeight": 2.0,
  "grossWeight": 3.0,
  "netWeight": 4.0,
  "labelWeight": 5.0,
  "currentCPResCode": "sample string 6",
  "bigBagID": "sample string 7",
  "parcelQty": 8.0,
  "parcelList": [
    {
      "logisticsOrderCode": "sample string 1",
      "trackingNumber": "sample string 2"
    },
    {
      "logisticsOrderCode": "sample string 1",
      "trackingNumber": "sample string 2"
    },
    {
      "logisticsOrderCode": "sample string 1",
      "trackingNumber": "sample string 2"
    }
  ],
  "standardWeight": 9.0,
  "weightUnit": "sample string 10"
}

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

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "success": true,
  "errorCode": "sample string 2",
  "errorMsg": "sample string 3"
}