PUT api/company/legal-entity/update
Request Information
URI Parameters
None.
Body Parameters
CompanyLegalEntitySubModel| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.