API Version
Auth Token Data Sources Server Time
AP Check Update AP Invoice Entry
AR Invoice Entry AR Remittance Entry
GL Account
Adjustments Entry Backflush Kit Issue Issues Entry Part Physical Count Entry Stock Status Stores Transfer
Serial Number Cross Reference WIP Completions Entry
Lot
Multiple Location
Bill of Material
Purchase Order PO Receipts Entry Receipt Transaction Vendor Vendor Contact Vendor Part
Customer Customer Contact Customer Part Product Price Sales Order Serial Number Shipments Entry Shipment Transaction



API Version, Get

Returns the API Version.

URL
/api/api-version-get
Request Method
POST
Required Fields
(none)
Example Request JSON
{}
Full Request JSON
{}
Success Response
Returned HTTP status indicates success:

200/OK

Returned JSON contains the API Version:
{
  "API_VERSION": "9.5.0 CP20220308"
}
Failure Response
Returned HTTP status indicates failure:

400/Request JSON is invalid.
405/Request method must be POST.
500/(Error Message)

Returned JSON contains error information for the failed request:
{
  "MESSAGE": "",
  "MESSAGE_CODE": ""
}
Try the API