POST api/AdminReff/AdmSaveReffPayOutDocumentLegalCountry
AdmSaveReffPayOutDocumentLegalCountry
Request Information
URI Parameters
None.
Body Parameters
AdmSaveReffPayOutDocumentLegalCountry_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ReffPayOutTypeDocumentLegalUUIDCtry | globally unique identifier |
None. |
|
| ReffPayOutTypeUUIDCtry | globally unique identifier |
None. |
|
| ReffDocumentLegalUUIDCtry | globally unique identifier |
None. |
|
| CountryID | integer |
None. |
|
| ReffPayOutTypeDocumentLegalActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReffPayOutTypeDocumentLegalUUIDCtry": "a877c8e2-7216-44ac-9844-c9d888a173dc",
"ReffPayOutTypeUUIDCtry": "2179550a-358c-4675-8e10-7a2f98b493b6",
"ReffDocumentLegalUUIDCtry": "d4b954c2-114c-4a63-b828-b246b76450c9",
"CountryID": 1,
"ReffPayOutTypeDocumentLegalActive": true,
"UserUUIDCur": "5d23b82f-eb3a-4c61-89a3-23ffbdd4bd29"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}