Get Inbound Services


GET http://openapi.ck1info.com/v1/inboundServices/{warehouseId}
Description: List of ck1 inbound services

Request

URI Parameters
NameDataTypeAnnotationRequiredDescriptionExample
warehouseId string

None.

Required

Response

NameDataTypeAnnotationRequiredDescriptionExample
ServiceCode string

None.

TCCND

ServiceName string

None.

头程大陆DHL

Response in JSON
[
  {
    "ServiceCode": "sample string 1",
    "ServiceName": "sample string 2"
  },
  {
    "ServiceCode": "sample string 1",
    "ServiceName": "sample string 2"
  }
]