POS Job
Methods
Retrieve jobs
Retrieve a specific location jobs
GET /pos/v2/{locationId}/jobs
Response 200
Returns jobs in requested location
{
"results": [
{
"posRef": "string",
"name": "string",
"code": "string",
"description": "string",
"isActive": true,
"payRate": 0
}
],
"meta": {}
}
Definitions
Job
Job data
Name | Type | Description |
---|---|---|
posRef* | string | Job reference ID. Unique per location |
name* | string | Job title |
code | string | Job code |
description | string | Job description |
isActive* | boolean | Indicates whether this job is active in POS or not |
payRate | number | Job regular pay rate in US-cents |