POST api/AdminReff/AdmGetReffPayOutDocumentLegalCountry

AdmGetReffPayOutDocumentLegalCountry

Request Information

URI Parameters

None.

Body Parameters

AdmGetReffPayOutDocumentLegalCountry_Request
NameDescriptionTypeAdditional information
ReffDocumentLegalUUID

globally unique identifier

None.

ReffPayOutTypeUUID

globally unique identifier

None.

CountryID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ReffDocumentLegalUUID": "f1b9cd55-bded-4b90-a877-3d69c572d9be",
  "ReffPayOutTypeUUID": "4dc8f323-5ae0-4854-b208-3ce208f0da52",
  "CountryID": 1,
  "UserUUIDCur": "6b53c78f-19dc-44bc-b88c-1327bea92865"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]