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": "1fcb5c85-211c-4ba9-ad72-88a99ce35f07",
"ReffPayOutTypeUUIDCtry": "ca34cf71-9839-4a25-9fd8-882f39c3fa4f",
"ReffDocumentLegalUUIDCtry": "3c184715-dc6e-4854-9cc7-362f0111e282",
"CountryID": 1,
"ReffPayOutTypeDocumentLegalActive": true,
"UserUUIDCur": "d301dbca-16e6-499b-9c27-c1356cbea043"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}