AccuLynx integration (Productivity, Marketing). Imported from open-connector.
https://api.acculynx.com/company-settings
/contacts/contact-types
| Param | Type | Required | Description |
|---|---|---|---|
| pageSize | integer | optional | The number of items to return per page. |
| pageStartIndex | integer | optional | The zero-based index of the first item to return. |
/company-settings/leads/lead-sources
| Param | Type | Required | Description |
|---|---|---|---|
| pageSize | integer | optional | The number of items to return per page. |
| recordStartIndex | integer | optional | The zero-based index of the first item to return. |
/company-settings/job-file-settings/job-categories
| Param | Type | Required | Description |
|---|---|---|---|
| pageSize | integer | optional | The number of items to return per page. |
| recordStartIndex | integer | optional | The zero-based index of the first item to return. |
/company-settings/job-file-settings/trade-types
| Param | Type | Required | Description |
|---|---|---|---|
| pageSize | integer | optional | The number of items to return per page. |
| recordStartIndex | integer | optional | The zero-based index of the first item to return. |
/company-settings/job-file-settings/work-types
| Param | Type | Required | Description |
|---|---|---|---|
| pageSize | integer | optional | The number of items to return per page. |
| recordStartIndex | integer | optional | The zero-based index of the first item to return. |
/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| contactTypeIds | array | required | The contact type identifiers assigned to the contact. |
| firstName | string | optional | The contact first name. |
| lastName | string | optional | The contact last name. |
| crossReference | string | optional | The external cross-reference stored on the contact. |
| companyName | string | optional | The contact company name. |
| companyJobTitle | string | optional | The contact job title. |
| note | string | optional | A note stored on the contact. |
| phoneNumbers | array | optional | The phone numbers to create on the contact. |
| emailAddresses | array | optional | The email addresses to create on the contact. |
| mailingAddress | object | optional | A contact address. |
| billingAddress | object | optional | A contact address. |
| billingAddressSameAsMailingAddress | boolean | optional | Whether the billing address should match the mailing address. |
/jobs
| Param | Type | Required | Description |
|---|---|---|---|
| contact | object | required | The contact reference used by a job. |
| leadSource | object | optional | The lead source reference used by a job. |
| locationAddress | object | optional | The job location address. |
| priority | string | optional | The priority assigned to the job. |
| jobCategory | object | optional | The job category reference. |
| workType | object | optional | The work type reference. |
| tradeTypes | array | optional | The trade types assigned to the job. |
| notes | string | optional | A note stored on the newly created job. |
/calendars
| Param | Type | Required | Description |
|---|---|---|---|
| pageSize | integer | optional | The number of items to return per page. |
| recordStartIndex | integer | optional | The zero-based index of the first item to return. |
/calendars/{calendarId}/appointments
| Param | Type | Required | Description |
|---|---|---|---|
| calendarId | string | required | The unique identifier of the calendar. |
| pageSize | integer | optional | The number of items to return per page. |
| pageStartIndex | integer | optional | The zero-based index of the first item to return. |
| startDate | string | required | The inclusive start date in YYYY-MM-DD format. |
| endDate | string | required | The inclusive end date in YYYY-MM-DD format. |
/jobs/{jobId}/initial-appointment
| Param | Type | Required | Description |
|---|---|---|---|
| jobId | string | required | The unique identifier of the job. |
/api/v2/jobs/{jobId}/initial-appointment
| Param | Type | Required | Description |
|---|---|---|---|
| jobId | string | required | The unique identifier of the job. |
| startDate | string | required | The appointment start datetime in UTC ISO 8601 format. |
| endDate | string | optional | The appointment end datetime in UTC ISO 8601 format. |
| notes | string | optional | The notes stored on the initial appointment. |