POST api/Account/EditBillingPhone

Request Information

URI Parameters

None.

Body Parameters

ChangeBillingPhone
NameDescriptionTypeAdditional information
OldPhoneNumber

string

None.

NewPhoneNumber

string

None.

BSCustomerID

string

None.

CompanyID

integer

None.

IsProfile

boolean

None.

PortalID

string

None.

CheckedAll

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "OldPhoneNumber": "sample string 1",
  "NewPhoneNumber": "sample string 2",
  "BSCustomerID": "sample string 3",
  "CompanyID": 4,
  "IsProfile": true,
  "PortalID": "sample string 6",
  "CheckedAll": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1