POST api/Customer/UpdatePhoneNumber

Request Information

URI Parameters

None.

Body Parameters

UpdatePhoneNumber
NameDescriptionTypeAdditional information
PolicyId

integer

None.

ClientId

integer

None.

Phone

string

None.

Mobile

string

None.

Email

string

None.

SiteCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PolicyId": 1,
  "ClientId": 2,
  "Phone": "sample string 3",
  "Mobile": "sample string 4",
  "Email": "sample string 5",
  "SiteCode": "sample string 6"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UpdatePhoneNumber'.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true