POST api/Crm/updateclientlocation
Request Information
URI Parameters
None.
Body Parameters
BindingModel_ClientLocation| Name | Description | Type | Additional information |
|---|---|---|---|
| client_location_id | string |
None. |
|
| client_id | string |
None. |
|
| company_id | string |
None. |
|
| client_location_name | string |
None. |
|
| client_location_contact_no | string |
None. |
|
| client_location_email | string |
None. |
|
| client_location_address | string |
None. |
|
| client_gst_id | string |
None. |
|
| client_location_state_code | string |
None. |
|
| client_location_status | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"client_location_id": "sample string 1",
"client_id": "sample string 2",
"company_id": "sample string 3",
"client_location_name": "sample string 4",
"client_location_contact_no": "sample string 5",
"client_location_email": "sample string 6",
"client_location_address": "sample string 7",
"client_gst_id": "sample string 8",
"client_location_state_code": "sample string 9",
"client_location_status": "sample string 10"
}
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. |