Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Use this method to do this for that.

Valid Tokens: Company.

Table of Contents


Request


URL: https://api.kometsales.com/api/v2/price-list

Method: GET

Content-Type: application/JSON


Header

authenticationToken (required)(string:50)

Komet Sales security token.


Input Parameters

priceListType(optional)(string:1) 

Price list type.

Valid values:


name(optional)(string:60)

Price list name.


Back to top

{
  "authenticationToken": "token_info_goes_here",
  "name": "Fuel Surcharge",
  "code": "FS"
}

Response


message (string:500)

Transaction status description.


status (integer:1)

Transaction status. 1 = Success | 0 = Failure


priceList (array)

a.


id (integer)


name (string)


description (string)


type (string)


isMaster (boolean)


Back to top

{  
   "message":"OK",
   "status":1,
   "priceList":[  
      {  
         "id": Number,
         "name": String,
         "description": String,
         "type": String,
         "isMaster": boolean
       }
    ]
}
  • No labels