Locations (or Pay Points) are an organisational division that can be assigned to an employee and used for reporting purposes. Historically, would be used for physical payslip distribution
locations - Array
Bad Request
Unauthorized - Authorization Required
Unprocessable Entity
General Error
{- "data": [
- {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03",
- "type": "locations",
- "attributes": {
- "name": "HR",
- "addressLine1": "line 1",
- "addressLine2": "line 2",
- "addressLine3": "line 3",
- "addressLine4": "line 4",
- "country": "United Kingdom",
- "postCode": "E11 1EE"
},
}
]
}
Create a new location
new location object
object |
location
Bad Request
Unauthorized - Authorization Required
Unprocessable Entity
General Error
{- "data": {
- "type": "locations",
- "attributes": {
- "name": "HR",
- "addressLine1": "line 1",
- "addressLine2": "line 2",
- "addressLine3": "line 3",
- "addressLine4": "line 4",
- "country": "United Kingdom",
- "postCode": "E11 1EE"
}, - "relationships": [
- null
]
}
}
{- "data": {
- "0": {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}, - "type": "locations",
- "attributes": {
- "name": "HR",
- "addressLine1": "line 1",
- "addressLine2": "line 2",
- "addressLine3": "line 3",
- "addressLine4": "line 4",
- "country": "United Kingdom",
- "postCode": "E11 1EE"
}, - "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}
}
location
Bad Request
Unauthorized - Authorization Required
Not Found
Unprocessable Entity
General Error
{- "data": {
- "0": {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}, - "type": "locations",
- "attributes": {
- "name": "HR",
- "addressLine1": "line 1",
- "addressLine2": "line 2",
- "addressLine3": "line 3",
- "addressLine4": "line 4",
- "country": "United Kingdom",
- "postCode": "E11 1EE"
}, - "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}
}