The API allows marking a shipment as ready to ship.
Request
Body Params application/json
{
"data": "13456849",
"rtsTime": 1696504285240
}
Request Code Samples
curl --location --request POST '/RTS/markRTS' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": "13456849",
"rtsTime": 1696504285240
}'
Responses
application/json
Successful response indicating RTS details were updated.
{
"msg": "RTS details updated successfully",
"status": true,
"statusCode": 1004
}
Modified at 2024-12-02 04:13:42