{
"data": [],
"message": "",
"status": true
}Completed
This endpoint makes an HTTP GET request to retrieve the details of completed parcels in the logistics system.
Request
No request body is required for this endpoint.
Response
-
status(boolean): Indicates the status of the request. -
message(string): Provides any relevant message regarding the request. -
data(array): Contains the details of completed parcels in the logistics system.
GET
/
parcel
/
logistics
/
completed-parcel
{
"data": [],
"message": "",
"status": true
}Was this page helpful?
