POST api/{apiVersion}/Recipient/RecipientinformationCheck
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
RecipientName | Description | Type | Additional information |
---|---|---|---|
RecipientId | globally unique identifier |
None. |
|
RecipienFullName | string |
None. |
|
NickName | string |
None. |
|
GSMNo | string |
None. |
|
WalletOperatorId | globally unique identifier |
None. |
|
SenderFullName | string |
None. |
|
CorporationId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "RecipientId": "eeea1539-6167-4b9b-b648-af20254275c5", "RecipienFullName": "sample string 2", "NickName": "sample string 3", "GSMNo": "sample string 4", "WalletOperatorId": "b24b1296-fe59-4861-866c-d6db53711778", "SenderFullName": "sample string 6", "CorporationId": "131ea8a2-2698-4ff7-9193-9d9770605ba8" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfListOfStringName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | Collection of string |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": [ "sample string 1", "sample string 2" ], "IsShowMessage": true, "IsShowRateAndReview": true }