POST api/AdminReff/AdmGetReffPayOutDocumentLegalCountry
AdmGetReffPayOutDocumentLegalCountry
Request Information
URI Parameters
None.
Body Parameters
AdmGetReffPayOutDocumentLegalCountry_Request| Name | Description | Type | Additional 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": "e05903b6-c078-425f-b278-12e66da5527d",
"ReffPayOutTypeUUID": "85c4b298-f6a4-42bb-9987-a2767cfe57ea",
"CountryID": 1,
"UserUUIDCur": "d1d25b4c-54a3-4f70-8068-e72155b0683e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]