Service Type Identification


GET http://openapi.ck1info.com/v1/hasfulltrackings/{trackingNumber}
Description: Whether the tracking No. will have a complete track

Request

URI Parameters
NameDataTypeAnnotationRequiredDescriptionExample
trackingNumber string

None.

Required

Response

NameDataTypeAnnotationRequiredDescriptionExample
TrackingNumber string

None.

TrackingNo/mailNo

CUE181102ADLE003424

IsFullTracking boolean

None.

Whether the tracking No. will have a complete track

ture

Response in JSON
{
  "TrackingNumber": "sample string 1",
  "IsFullTracking": true
}