Versions Compared

Key

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

Use this method to validate if a Block + Bed combination is valid.

Tip

Valid Tokens: Company.


Filter by label (Content by label)
showLabelsfalse
max5
titleRelated Articles
cqllabel in ( "company-token" , "api" , "grower-companies" )

Request


URL: https://api.kometsales.com/api/grower.bed.list

Method: GET

Content-Type: URL Parameters


Input Parameters

authenticationToken (required)(string:50)

Komet Sales security token.


block (required)(string:20)

The Block code.


bed (required)(string:20)

The Bed code.


Code Block
languagejs
https://api.kometsales.com/api/grower.bed.list?
authenticationToken=token_info_goes_here&block=1A&bed=123

Response


message (string:500)

Transaction status description.


status (integer:1)

Transaction status.

Valid values: 1 = Success | 0 = Failure


Code Block
{
    "message": "OK",
    "status": "1"
}
We've encountered an issue exporting this macro. Please try exporting this page again later.