POST api/Customer/UpdateGsmNumberWithOtpReferenceId

Request Information

URI Parameters

None.

Body Parameters

UpdateGsmNumberWithOtpReferenceIdRequest
NameDescriptionTypeAdditional information
CustomerId

globally unique identifier

None.

Source

string

None.

OtpIdReference

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": "cc187ad2-126b-46f9-a322-1f01e2e65f5d",
  "Source": "sample string 2",
  "OtpIdReference": "sample string 3"
}

application/xml, text/xml

Sample:
<UpdateGsmNumberWithOtpReferenceIdRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Dto.Request">
  <CustomerId>cc187ad2-126b-46f9-a322-1f01e2e65f5d</CustomerId>
  <OtpIdReference>sample string 3</OtpIdReference>
  <Source>sample string 2</Source>
</UpdateGsmNumberWithOtpReferenceIdRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

UpdateGsmNumberWithOtpReferenceIdResponse
NameDescriptionTypeAdditional information
Success

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true
}

application/xml, text/xml

Sample:
<UpdateGsmNumberWithOtpReferenceIdResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Dto.Response">
  <Success>true</Success>
</UpdateGsmNumberWithOtpReferenceIdResponse>