POST api/{apiVersion}/Recipient/RecipientinformationCheck

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

Recipient
NameDescriptionTypeAdditional 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": "1aa137b2-18b1-4348-b01d-edd2418ea1ea",
  "RecipienFullName": "sample string 2",
  "NickName": "sample string 3",
  "GSMNo": "sample string 4",
  "WalletOperatorId": "fa3340b6-e1ba-4608-b547-09aafbc77e75",
  "SenderFullName": "sample string 6",
  "CorporationId": "06cd233c-e731-4848-a1f1-3c884c521d24"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfListOfString
NameDescriptionTypeAdditional 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
}