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": "e07fe545-a93d-43bf-bde7-c2ce4c45f307",
"ReffPayOutTypeUUID": "44b3ca4d-230a-4dc2-b65f-a42f298ff05e",
"CountryID": 1,
"UserUUIDCur": "3902415a-6945-4268-9738-cf28b514647b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]