Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

Use this method to change the position of the rack location of one box.

Tip

Valid Tokens: Company.


Filter by label (Content by label)
showLabelsfalse
max5
titleRelated Articles
cqllabel in ( "company-token" , "api" , "box-change" , "allocation" )

Request


URL: https://api.kometsales.com/api/box.position.change

Method: POST

Content-Type: application/JSON


Input Parameters

authenticationToken (required)(string:50)

Komet Sales security token.


boxCode (required)(string:20)

The box code.


position (optional)(string:4)

The rack position or location.


Code Block
{
    "authenticationToken": "token_info_goes_here",
    "boxCode":"KS5704495",
    "position": "A1"
   }

Response


status (integer:1)

Transaction status.

Valid values: 1 = Success | 0 = Failure


message (string:500)

Transaction status description.


boxOldPosition (string:5)

The scanned box previous location.


Code Block
 {
  "status": "1",
  "message": "success",
  "boxOldPosition": "AC2"
  }

We've encountered an issue exporting this macro. Please try exporting this page again later.