POST api/AccountSetting/SaveCompany?UserId={UserId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
Required |
Body Parameters
AccountSettingCompcls| Name | Description | Type | Additional information |
|---|---|---|---|
| Clientid | string |
None. |
|
| ClientName | string |
None. |
|
| StateId | integer |
None. |
|
| State | string |
None. |
|
| CountryId | integer |
None. |
|
| Country | string |
None. |
|
| CityId | integer |
None. |
|
| City | string |
None. |
|
| PinCodeId | integer |
None. |
|
| PinCode | string |
None. |
|
| Address | string |
None. |
|
| CompanyId | integer |
None. |
|
| Color | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"Clientid": "sample string 1",
"ClientName": "sample string 2",
"StateId": 3,
"State": "sample string 4",
"CountryId": 5,
"Country": "sample string 6",
"CityId": 7,
"City": "sample string 8",
"PinCodeId": 9,
"PinCode": "sample string 10",
"Address": "sample string 11",
"CompanyId": 12,
"Color": "sample string 13"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.