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": "d9d0be7b-8c5f-44b2-837f-9f639b1468aa",
  "ReffPayOutTypeUUID": "5ce395d8-1c4f-4c88-aadd-553191784ad5",
  "CountryID": 1,
  "UserUUIDCur": "013c667b-6fcf-45a9-bff8-b3829ac624b7"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]