POST api/Account/EditCellProvider
Request Information
URI Parameters
None.
Body Parameters
ChangeCellProvider| Name | Description | Type | Additional information |
|---|---|---|---|
| BsCustomerID | string |
None. |
|
| AccountID | integer |
None. |
|
| NewCellProvider | string |
None. |
|
| CompanyID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BsCustomerID": "sample string 1",
"AccountID": 2,
"NewCellProvider": "sample string 3",
"CompanyID": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"