POST api/Account/EditCellNumber

Request Information

URI Parameters

None.

Body Parameters

ChangeCellNumber
NameDescriptionTypeAdditional information
BsCustomerID

string

None.

NewCellNumber

string

None.

CompanyID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BsCustomerID": "sample string 1",
  "NewCellNumber": "sample string 2",
  "CompanyID": 3
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"