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": "b1278adf-811e-442f-a9d9-af35c42dce01",
  "ReffPayOutTypeUUID": "91f0face-d77b-4d5c-86da-2b6d8c4163a5",
  "CountryID": 1,
  "UserUUIDCur": "89c3ce7d-b2a2-47a6-a28c-581b67bfa682"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]