Purchase Order Descriptions

List of jobs with currency code and rate

ParameterMandatoryDescriptionExamplesMore Info
APIYesThe API areapurchases.json
GeneralYesParameters described in overviewsee overviewStructure of an API call
CompanyYesThe company numbercompany=1
ActionYesThe action to performaction=podescriptions

Example request:

http://<SERVER>/jsonapi/purchases.json?user=user&password=user&version=3.9&action=podescriptions&company=1

Example response:

{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "totalrows": 7,
  "totalpages": 1,
  "responsemessage": "",
  "pagerows": 0,
  "pagenumber": 1,
  "success": true,
  "data": [
    {
      "podescriptionsDescription": "aaad",
      "variable_selected": false,
      "podescriptionsPoText": "PO1"
    },
    {
      "podescriptionsDescription": "asaa",
      "variable_selected": false,
      "podescriptionsPoText": "PO2"
    },
    {
      "podescriptionsDescription": "B&W Printing",
      "variable_selected": false,
      "podescriptionsPoText": "PO3"
    },
    {
      "podescriptionsDescription": "Colour Printing",
      "variable_selected": false,
      "podescriptionsPoText": "PO4"
    }
  ]
}