PUT api/company/legal-entity/update

Request Information

URI Parameters

None.

Body Parameters

CompanyLegalEntitySubModel
NameDescriptionTypeAdditional information
CompanyLegalEntityId

integer

None.

CompanyId

integer

None.

EntityName

string

None.

Status

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CompanyLegalEntityId": 1,
  "CompanyId": 2,
  "EntityName": "sample string 3",
  "Status": "sample string 4"
}

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 'CompanyLegalEntitySubModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.