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": "1c318661-9b7a-4197-9ff1-81030cee8d6a",
"ReffPayOutTypeUUIDCtry": "3c04dc6a-6927-432e-b345-37d5a4cdd4a0",
"ReffDocumentLegalUUIDCtry": "8560c6db-90f2-4ace-8943-b129d8e2368b",
"CountryID": 1,
"ReffPayOutTypeDocumentLegalActive": true,
"UserUUIDCur": "f1177a4c-8dad-48fc-a131-0fc2c5b85b37"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}