POST api/Crm/updatecompanylocation
Request Information
URI Parameters
None.
Body Parameters
BindingModel_CompanyLocation| Name | Description | Type | Additional information |
|---|---|---|---|
| company_location_id | string |
None. |
|
| company_id | string |
None. |
|
| company_location_name | string |
None. |
|
| company_location_gstin | string |
None. |
|
| company_location_address | string |
None. |
|
| company_location_state_code | string |
None. |
|
| company_location_status | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"company_location_id": "sample string 1",
"company_id": "sample string 2",
"company_location_name": "sample string 3",
"company_location_gstin": "sample string 4",
"company_location_address": "sample string 5",
"company_location_state_code": "sample string 6",
"company_location_status": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |