POST uatb2c/ITSWalletDetails
Request Information
URI Parameters
None.
Body Parameters
PROP_ITSWalletDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| MobileNumber | string |
None. |
|
| EmailID | string |
None. |
|
| VerifyCall | string |
None. |
|
| CM_CompanyID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"MobileNumber": "sample string 1",
"EmailID": "sample string 2",
"VerifyCall": "sample string 3",
"CM_CompanyID": 4
}
application/xml, text/xml
Sample:
<PROP_ITSWalletDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/uatb2capp.itspl.net.Models"> <CM_CompanyID>4</CM_CompanyID> <EmailID>sample string 2</EmailID> <MobileNumber>sample string 1</MobileNumber> <VerifyCall>sample string 3</VerifyCall> </PROP_ITSWalletDetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PROP_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| status | integer |
None. |
|
| message | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.