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": "f6c2e9c9-479d-4b78-9749-a21c3521cb2e",
"ReffPayOutTypeUUIDCtry": "624ad7b8-e04e-4c08-97d9-131803e02686",
"ReffDocumentLegalUUIDCtry": "72c97d97-57cf-4027-adcb-5e1e3844c4a9",
"CountryID": 1,
"ReffPayOutTypeDocumentLegalActive": true,
"UserUUIDCur": "ac966dd0-0055-4944-86ff-50295287b6c2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}