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": "c767c3ba-9c53-455d-9318-9bb54a54011b",
"ReffPayOutTypeUUIDCtry": "7511d109-d3cb-4dd5-884c-5637b68aea6f",
"ReffDocumentLegalUUIDCtry": "ca443fb9-f836-44d8-ba56-42ba2749d654",
"CountryID": 1,
"ReffPayOutTypeDocumentLegalActive": true,
"UserUUIDCur": "0ff0a573-397e-47fa-bf49-5ae09d7c6fef"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}