MYOB Endpoint: Jobs
Overview
The MYOB Jobs endpoint allows you to access the list of jobs located within MYOB.
Fields
The following fields are available for the Jobs endpoint.
- UID
- A GUID field representing the internal id of a job. This field can be used to link to other endpoints.
- Number
- A text field used as the job number.
- IsHeader
- A true/false value that indicates if the job is a header or detail job.
- Name
- A text field used as the job name.
- Description
- A text field used as the job description.
- ParentJob
- A record field that identifies the parent job of this job.
- LinkedCustomer
- A record field that identifies the customer linked to this job.
- PercentComplete
- A decimal field that gives access to the percentage completed as entered in the job screen.
- StartDate
- A date field that gives access to the start date as entered in the job screen.
- EndDate
- A date field that gives access to the end date as entered in the job screen.
- Contact
- A text field that gives access to the contact name as entered in the job screen.
- Manager
- A text field that gives access to the manager name as entered in the job screen.
- IsActive
- A true/false value that indicates if the job is active and useable within MYOB.
- TrackReimbursables
- A true/false value that indicates if the job is used to track reimbursables within MYOB.
- RowVersion
- A row version field.
MYOB API
For a detailed run through of the endpoint, you can see the MYOB API.
Related Fields
Related Endpoints