Appearance
Change Receipt Status ​
Description ​
Call is used to change Receipt status
Calling ​
PUT /receipts/{id}/{status}
URL Parameters ​
| Parameter Key Name | Description |
|---|---|
{id} | [ * ] UUID of the Receipt being modified |
{status} | [ * ] New status (available values : new, sent |
JSON Body Parameters ​
json
{
"trackingLink": "string" //is required
}trackingLink - Link to track the package in your system.
The tracking ID it should be in GET parameter with trackingNumbers name.
Example:
?trackingNumbers={value}.
Used only to track by storage owner.
Response ​
200 - Successful request ​
json
{
"message": "OK"
}400 - Invalid request ​
json
{
"message": "string"
}