Versions Compared

Key

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

This method allows you to add a carrier into new Carrier in Komet Sales.

Tip

Valid Tokens: Company.

Request

URL: https://api.kometsales.com/api/carrier.add

Method: POST

Content-Type: application/json


Input Parameters

:

authenticationToken (required)(string:50)

:

Komet Sales security token.


name (required)(string:200)

:

Carrier name

of the carrier

.


code (required)(string:10)

:

Carrier code

of the carrier

.


capacity (optional)(integer:10)

:

Carrier capacity

of the carrier

in cubes.

Sample Request


Code Block
{
   "authenticationToken":"token_info_goes_here",
   "name":"Armellini",
   "code":"AR",
   "capacity":"200"
}

Response

Output


status (integer:1)

: transaction

Transaction status. 1

for success or 0 for failure.

= Success | 0 = Failure


message (string:500)

: description of the status of the transaction

Transaction status description.


carrierId (integer:20)

: carrier

Komet Sales internal Carrier ID

that was just created

.

Sample Response


Code Block
{
   "status":"1",
   "message":"The carrier was successfully saved.",
   "carrierId":234234
}
Panel
titleRelated Articles
Filter by label (Content by label)showLabelsfalsemax10showSpacefalsesorttitlecqllabel in ( "add-carrier" , "carriers" , "edit-carrier" , "carrier" )labelscarriers carrier add-carrier edit-carrier