List of jobs with currency code and rate
Parameter | Mandatory | Description | Examples | More Info |
---|---|---|---|---|
API | Yes | The API area | purchases.json | |
General | Yes | Parameters described in overview | see overview | Structure of an API call |
Company | Yes | The company number | company=1 | |
Action | Yes | The action to perform | action=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"
}
]
}