REST API: Companies

Methods


TypeVer.Command parameterParameters
Getters
GET3.2b3+ getCompanyForm
Example of success:

GET3.2b3+ getCompanyDetails companyId=<id>
Example of success:

Example of failure:
GET3.2b3+ getCompanyAttachments companyId=<id>
Example of success:
POST3.2b3+createCompany Content of the form with values
(see getCompanyForm)
must be passed in the request's body
as multi-part.
Example of success:

Example of failure:
POST3.2b3+update Company Details Content of the form with values
(see getCompanyForm)
must be passed in the request's body
as multi-part.
Example of success:

Example of failure:
POST3.2b3+deleteCompanies companyIds=<id, id, ...>
Example of success:

Example of failure: