POST api/CellPhone/Decrypt
Request Information
URI Parameters
None.
Body Parameters
CellPhoneDecRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SiteCode | string |
None. |
|
| SitePassword | string |
None. |
|
| Data | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SiteCode": "sample string 1",
"SitePassword": "sample string 2",
"Data": "sample string 3"
}
application/xml, text/xml
Sample:
<CellPhoneDecRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NICEAPI.Models"> <Data>sample string 3</Data> <SiteCode>sample string 1</SiteCode> <SitePassword>sample string 2</SitePassword> </CellPhoneDecRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CellPhoneDecResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ReturnCode | integer |
None. |
|
| RawResponse | string |
None. |
|
| TimeStamp | string |
None. |
|
| RequestID | string |
None. |
|
| ResponseID | string |
None. |
|
| AuthType | string |
None. |
|
| Name | string |
None. |
|
| UTF8Name | string |
None. |
|
| BirthDate | string |
None. |
|
| Gender | string |
None. |
|
| NationalInfo | string |
None. |
|
| DI | string |
None. |
|
| CI | string |
None. |
|
| MobileNumber | string |
None. |
|
| IPAddress | string |
None. |
|
| AuthInfo | string |
None. |
|
| MobileCompanyCode | string |
None. |
|
| ErrorMessage | string |
None. |
|
| ErrorCode | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<CellPhoneDecResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NICEAPI.Models"> <AuthInfo>sample string 5</AuthInfo> <IPAddress>sample string 4</IPAddress> <RawResponse>sample string 2</RawResponse> <ReturnCode>1</ReturnCode> <TimeStamp>sample string 3</TimeStamp> </CellPhoneDecResponse>