GET api/AccountTransfer/GetSenderRecipientRelationshipV2

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ServiceResponseOfListOfSenderRecipientRelationshipV2
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

Collection of SenderRecipientRelationshipV2

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": [
    {
      "Id": "647e3ffe-dc76-465f-8ed9-d458a95f325e",
      "Name": "sample string 2"
    },
    {
      "Id": "647e3ffe-dc76-465f-8ed9-d458a95f325e",
      "Name": "sample string 2"
    }
  ],
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}