Cancel Pickup Schedule Order


POST http://openapi.ck1info.com/v1/pickupSchedule/cancellation
Description: Cancel pickup schedule order

Request

Body Parameters
NameDataTypeAnnotationRequiredDescriptionExample
RefNo string

regular expression: ^[a-zA-Z0-9\-_]{1,36}$

String length: between 0 and 36

Required

PMN5698001

Request in JSON
{
  "RefNo": "sample string 1"
}

Response

None.