The jobs endpoint provides access to comprehensive information about a person's employment. It enables you to retrieve details about individual jobs, including information about the organization they work for, status, wage rate, job title, location, paycheck settings, and related links to associated accounts.
Returns details about a person's employment.
DailyPay-API-Version | integer Default: 3 The version of the DailyPay API to use for this request. If not provided, the latest version of the API will be used. Example: 3 |
Accept required | string The media type of the requested payload. This should be set to Value: "application/vnd.api+json" |
Returns the job object.
Bad Request
Invalid authentication credentials
Not authorized to perform this operation
Resource was not found
Unexpected error occured
{- "data": {
- "type": "jobs",
- "id": "e9d84b0d-92ba-43c9-93bf-7c993313fa6f",
- "attributes": {
- "external_identifiers": {
- "primary_identifier": "0123456789"
}, - "first_name": "Edith",
- "last_name": "Clarke",
- "activation_status": "DEACTIVATED",
- "wage_rate": {
- "amount": 2500,
- "currency": "USD",
- "frequency": "HOURLY"
}, - "title": "Computer",
- "department": null,
- "location": "New York, New York",
- "direct_deposit_status": "SETUP_COMPLETE"
}, - "relationships": {
- "person": {
- "data": {
- "type": "people",
- "id": "3fa8f64-5717-4562-b3fc-2c963f66afa6"
}
}, - "organization": {
- "data": {
- "type": "organizations",
- "id": "f0b30634-108c-439c-a8c1-c6a91197f022"
}
}, - "direct_deposit_default_depository": {
- "data": {
- "type": "accounts",
- "id": "2bc7d781-3247-46f6-b60f-4090d214936a"
}
}, - "direct_deposit_default_card": {
- "data": {
- "type": "accounts",
- "id": "2bc7d781-3247-46f6-b60f-4090d214936a"
}
}
}
}
}
Update this job to set where pay should be deposited for paychecks related to this job, or deactivate on-demand pay for this job. Returns the job object if the update succeeded. Returns an error if update parameters are invalid.
DailyPay-API-Version | integer Default: 3 The version of the DailyPay API to use for this request. If not provided, the latest version of the API will be used. Example: 3 |
Accept required | string The media type of the requested payload. This should be set to Value: "application/vnd.api+json" |
required | object A job describes the financial relationship between a person and an organization. | ||||||||||||||||||||||||||||||
|
Returns the updated Job object
required | object (JobResource) A job describes the financial relationship between a person and an organization. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Bad Request
Invalid authentication credentials
Not authorized to perform this operation
Resource was not found
Unexpected error occured
{- "data": {
- "type": "jobs",
- "id": "e9d84b0d-92ba-43c9-93bf-7c993313fa6f",
- "attributes": {
- "activation_status": "DEACTIVATED"
}, - "relationships": {
- "direct_deposit_default_depository": {
- "data": {
- "type": "accounts",
- "id": "2bc7d781-3247-46f6-b60f-4090d214936a"
}
}, - "direct_deposit_default_card": {
- "data": {
- "type": "accounts",
- "id": "2bc7d781-3247-46f6-b60f-4090d214936a"
}
}
}
}
}
{- "data": {
- "type": "jobs",
- "id": "e9d84b0d-92ba-43c9-93bf-7c993313fa6f",
- "attributes": {
- "external_identifiers": {
- "primary_identifier": "0123456789"
}, - "first_name": "Edith",
- "last_name": "Clarke",
- "activation_status": "DEACTIVATED",
- "wage_rate": {
- "amount": 2500,
- "currency": "USD",
- "frequency": "HOURLY"
}, - "title": "Computer",
- "department": null,
- "location": "New York, New York",
- "direct_deposit_status": "SETUP_COMPLETE"
}, - "relationships": {
- "person": {
- "data": {
- "type": "people",
- "id": "3fa8f64-5717-4562-b3fc-2c963f66afa6"
}
}, - "organization": {
- "data": {
- "type": "organizations",
- "id": "f0b30634-108c-439c-a8c1-c6a91197f022"
}
}, - "direct_deposit_default_depository": {
- "data": {
- "type": "accounts",
- "id": "2bc7d781-3247-46f6-b60f-4090d214936a"
}
}, - "direct_deposit_default_card": {
- "data": {
- "type": "accounts",
- "id": "2bc7d781-3247-46f6-b60f-4090d214936a"
}
}
}
}
}
Returns a collection of job objects. This object represents a person's employment details. See Filtering Jobs for a description of filterable fields.
DailyPay-API-Version | integer Default: 3 The version of the DailyPay API to use for this request. If not provided, the latest version of the API will be used. Example: 3 |
Accept required | string The media type of the requested payload. This should be set to Value: "application/vnd.api+json" |
Returns a list of job objects.
required | Array of objects (JobResource) | ||||||||||
Array
|
Bad Request
Invalid authentication credentials
Not authorized to perform this operation
Unexpected error occured
{- "data": [
- {
- "type": "jobs",
- "id": "e9d84b0d-92ba-43c9-93bf-7c993313fa6f",
- "attributes": {
- "external_identifiers": {
- "primary_identifier": "0123456789"
}, - "first_name": "Edith",
- "last_name": "Clarke",
- "activation_status": "DEACTIVATED",
- "wage_rate": {
- "amount": 2500,
- "currency": "USD",
- "frequency": "HOURLY"
}, - "title": "Computer",
- "department": null,
- "location": "New York, New York",
- "direct_deposit_status": "SETUP_COMPLETE"
}, - "relationships": {
- "person": {
- "data": {
- "type": "people",
- "id": "3fa8f64-5717-4562-b3fc-2c963f66afa6"
}
}, - "organization": {
- "data": {
- "type": "organizations",
- "id": "f0b30634-108c-439c-a8c1-c6a91197f022"
}
}, - "direct_deposit_default_depository": {
- "data": {
- "type": "accounts",
- "id": "2bc7d781-3247-46f6-b60f-4090d214936a"
}
}, - "direct_deposit_default_card": {
- "data": {
- "type": "accounts",
- "id": "2bc7d781-3247-46f6-b60f-4090d214936a"
}
}
}
}
]
}