PUT api/v1/companies/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

UpdateCompanyModel
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UpdateCompanyModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.