PUT api/v1/companies/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
UpdateCompanyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyName | string |
Required |
|
| PartnerCompanyId | string |
Required |
|
| PartnerClientId | string |
None. |
|
| EmployeeQuantity | string |
Range: inclusive between 1 and 2147483647 |
|
| CustomLogoPath | string |
None. |
|
| IsDemo | boolean |
None. |
|
| IsARStandard | boolean |
None. |
|
| IsClientsCompany | boolean |
None. |
|
| OptinCaseAnalytics | boolean |
None. |
|
| ExpiryDate | string |
None. |
|
| ParentAccessLevel | integer |
None. |
|
| AllowClientUntie | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyName": "sample string 1",
"PartnerCompanyId": "sample string 2",
"PartnerClientId": "sample string 3",
"EmployeeQuantity": "sample string 4",
"CustomLogoPath": "sample string 5",
"IsDemo": true,
"IsARStandard": true,
"IsClientsCompany": true,
"OptinCaseAnalytics": true,
"ExpiryDate": "sample string 6",
"ParentAccessLevel": 1,
"AllowClientUntie": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.