POST api/AppReff/AppSaveReffDocumentLegal
AppSaveReffDocumentLegal
Request Information
URI Parameters
None.
Body Parameters
AppSaveReffDocumentLegal_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| ReffDocumentLegalUUIDUsr | globally unique identifier |
None. |
|
| ReffPayOutTypeUUIDUsr | globally unique identifier |
None. |
|
| ReffPayOutTypeUUID | globally unique identifier |
None. |
|
| ReffDocumentLegalUUID | globally unique identifier |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| SignaturePhotoUUID | globally unique identifier |
None. |
|
| ReffDocumentLegalActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReffDocumentLegalUUIDUsr": "611b5624-4a14-4289-b932-c68845fa8f95",
"ReffPayOutTypeUUIDUsr": "20c12372-057a-4d45-9bd2-912e017f8a8b",
"ReffPayOutTypeUUID": "159cc3db-e204-4caf-9fd1-f753e642117d",
"ReffDocumentLegalUUID": "0f22264d-ff7e-4392-a1f4-1c27b76b02b2",
"PhotoUUID": "3ea49445-1a4a-4739-8f70-bbe2eff75ff9",
"SignaturePhotoUUID": "8b2d637d-c3c7-483d-90ff-9c97bb35c1f9",
"ReffDocumentLegalActive": true,
"UserUUIDCur": "57cd84f6-3a17-489b-9759-454c51ac13d0"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.