Anchor | ||||
---|---|---|---|---|
|
Excerpt | ||
---|---|---|
Use this method to do this for that. You can also see extra information here.
|
If there is a special function to take into account.
Table of Contents
Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Request
URL: https://api.kometsales.com/api/v2/inventory/count/boxes/update-inventory
Method: POST
Content-Type: application/JSON
Headers
authenticationToken (required)(string:50)
Komet Sales security token.
Input Parameters
boxCode (required)(string:200)
The box code.
boxPosition (optional)(string:10)
The rack position.
companyLocationId (optional)(string:10)
The location ID.
This parameter is required for multi-location companies.
Code Block |
---|
{ "boxCode": "", "boxPosition": "", "companyLocationId": "" } |
status (integer:1)
Transaction status. 1 = Success | 0 = Failure
message (string:500)
Transaction status description.
Code Block |
---|
{ "status": "1", "message": "The additional charge was successfully saved." } |
Filter by label (Content by label) | ||||||||
---|---|---|---|---|---|---|---|---|
|