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": "a34ba8e0-692d-487f-ba91-14e411c6de4b",
  "ReffPayOutTypeUUID": "73d62dc5-cf83-43c7-8827-2ead3ecdad72",
  "CountryID": 1,
  "UserUUIDCur": "41df29b4-1384-43e4-9233-d597e5faf0ea"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]