Streamtime integration (Productivity, Finance). Imported from open-connector.
https://api.streamtime.net/v2/organisation
/branches
/rate_cards
/users
/companies
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The company name. |
| taxNumber | string | optional | The tax, GST, or VAT number for the company. |
| phone1 | string | optional | The primary phone number for the company. |
| phone2 | string | optional | The secondary phone number for the company. |
| websiteAddress | string | optional | The public website URL for the company. |
/companies/{companyId}
| Param | Type | Required | Description |
|---|---|---|---|
| companyId | integer | required | The Streamtime company ID. |
/companies/{companyId}
| Param | Type | Required | Description |
|---|---|---|---|
| companyId | integer | required | The Streamtime company ID. |
| name | string | optional | The company name. |
| taxNumber | string | optional | The tax, GST, or VAT number for the company. |
| phone1 | string | optional | The primary phone number for the company. |
| phone2 | string | optional | The secondary phone number for the company. |
| websiteAddress | string | optional | The public website URL for the company. |
/companies/{companyId}/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| companyId | integer | required | The Streamtime company ID. |
/companies/{companyId}/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| companyId | integer | required | The Streamtime company ID. |
| firstName | string | required | The contact first name. |
| lastName | string | optional | The contact last name. |
| string | optional | The contact email address. | |
| phoneNumber | string | optional | The contact phone number. |
| position | string | optional | The contact job title or position. |
/contacts/{contactId}
| Param | Type | Required | Description |
|---|---|---|---|
| contactId | integer | required | The Streamtime contact ID. |
/contacts/{contactId}
| Param | Type | Required | Description |
|---|---|---|---|
| contactId | integer | required | The Streamtime contact ID. |
| firstName | string | optional | The contact first name. |
| lastName | string | optional | The contact last name. |
| string | optional | The contact email address. | |
| phoneNumber | string | optional | The contact phone number. |
| position | string | optional | The contact job title or position. |
/jobs
| Param | Type | Required | Description |
|---|---|---|---|
| companyId | integer | required | The Streamtime company ID that owns the job. |
| jobLeadUserId | integer | optional | The Streamtime user ID to assign as the job lead. |
| rateCardId | integer | required | The Streamtime rate card ID to apply to the job. |
| branchId | integer | optional | The Streamtime branch ID for the job. |
| name | string | required | The job name. |
| number | string | optional | The job number. |
| contactId | integer | optional | The Streamtime contact ID the job is being done for. |
| purchaseOrderNumber | string | optional | The client purchase order number. |
/jobs/{jobId}
| Param | Type | Required | Description |
|---|---|---|---|
| jobId | integer | required | The Streamtime job ID. |
/jobs/{jobId}
| Param | Type | Required | Description |
|---|---|---|---|
| jobId | integer | required | The Streamtime job ID. |
| companyId | integer | optional | The Streamtime company ID that owns the job. |
| jobLeadUserId | integer | optional | The Streamtime user ID to assign as the job lead. |
| rateCardId | integer | optional | The Streamtime rate card ID to apply to the job. |
| branchId | integer | optional | The Streamtime branch ID for the job. |
| name | string | optional | The job name. |
| number | string | optional | The job number. |
| contactId | integer | optional | The Streamtime contact ID the job is being done for. |
| purchaseOrderNumber | string | optional | The client purchase order number. |