← Tools Reference

Streamtime

Streamtime integration (Productivity, Finance). Imported from open-connector.

API key14 toolshttps://api.streamtime.net/v2
GET
streamtime_get_organisation
Get the authenticated Streamtime organisation details.

/organisation

GET
streamtime_list_branches
List the Streamtime branches available to the authenticated organisation.

/branches

GET
streamtime_list_rate_cards
List the Streamtime rate cards available to the authenticated organisation.

/rate_cards

GET
streamtime_list_users
List the Streamtime users available to the authenticated organisation.

/users

POST
streamtime_create_company
Create a company in Streamtime for the authenticated organisation.

/companies

5 parameters
ParamTypeRequiredDescription
namestringrequiredThe company name.
taxNumberstringoptionalThe tax, GST, or VAT number for the company.
phone1stringoptionalThe primary phone number for the company.
phone2stringoptionalThe secondary phone number for the company.
websiteAddressstringoptionalThe public website URL for the company.
GET
streamtime_get_company
Get a Streamtime company by ID.

/companies/{companyId}

1 parameter
ParamTypeRequiredDescription
companyIdintegerrequiredThe Streamtime company ID.
PUT
streamtime_update_company
Update a Streamtime company by ID.

/companies/{companyId}

6 parameters
ParamTypeRequiredDescription
companyIdintegerrequiredThe Streamtime company ID.
namestringoptionalThe company name.
taxNumberstringoptionalThe tax, GST, or VAT number for the company.
phone1stringoptionalThe primary phone number for the company.
phone2stringoptionalThe secondary phone number for the company.
websiteAddressstringoptionalThe public website URL for the company.
GET
streamtime_list_company_contacts
List the contacts that belong to a Streamtime company.

/companies/{companyId}/contacts

1 parameter
ParamTypeRequiredDescription
companyIdintegerrequiredThe Streamtime company ID.
POST
streamtime_create_company_contact
Create a contact under a Streamtime company.

/companies/{companyId}/contacts

6 parameters
ParamTypeRequiredDescription
companyIdintegerrequiredThe Streamtime company ID.
firstNamestringrequiredThe contact first name.
lastNamestringoptionalThe contact last name.
emailstringoptionalThe contact email address.
phoneNumberstringoptionalThe contact phone number.
positionstringoptionalThe contact job title or position.
GET
streamtime_get_contact
Get a Streamtime contact by ID.

/contacts/{contactId}

1 parameter
ParamTypeRequiredDescription
contactIdintegerrequiredThe Streamtime contact ID.
PUT
streamtime_update_contact
Update a Streamtime contact by ID.

/contacts/{contactId}

6 parameters
ParamTypeRequiredDescription
contactIdintegerrequiredThe Streamtime contact ID.
firstNamestringoptionalThe contact first name.
lastNamestringoptionalThe contact last name.
emailstringoptionalThe contact email address.
phoneNumberstringoptionalThe contact phone number.
positionstringoptionalThe contact job title or position.
POST
streamtime_create_job
Create a Streamtime job linked to a company, rate card, and optional contact.

/jobs

8 parameters
ParamTypeRequiredDescription
companyIdintegerrequiredThe Streamtime company ID that owns the job.
jobLeadUserIdintegeroptionalThe Streamtime user ID to assign as the job lead.
rateCardIdintegerrequiredThe Streamtime rate card ID to apply to the job.
branchIdintegeroptionalThe Streamtime branch ID for the job.
namestringrequiredThe job name.
numberstringoptionalThe job number.
contactIdintegeroptionalThe Streamtime contact ID the job is being done for.
purchaseOrderNumberstringoptionalThe client purchase order number.
GET
streamtime_get_job
Get a Streamtime job by ID.

/jobs/{jobId}

1 parameter
ParamTypeRequiredDescription
jobIdintegerrequiredThe Streamtime job ID.
PUT
streamtime_update_job
Update a Streamtime job by ID.

/jobs/{jobId}

9 parameters
ParamTypeRequiredDescription
jobIdintegerrequiredThe Streamtime job ID.
companyIdintegeroptionalThe Streamtime company ID that owns the job.
jobLeadUserIdintegeroptionalThe Streamtime user ID to assign as the job lead.
rateCardIdintegeroptionalThe Streamtime rate card ID to apply to the job.
branchIdintegeroptionalThe Streamtime branch ID for the job.
namestringoptionalThe job name.
numberstringoptionalThe job number.
contactIdintegeroptionalThe Streamtime contact ID the job is being done for.
purchaseOrderNumberstringoptionalThe client purchase order number.