POST api/AppReff/AppGetReffDocumentLegalF
AppGetReffDocumentLegalF
Request Information
URI Parameters
None.
Body Parameters
AppGetReffDocumentLegalF_RequestName | Description | Type | Additional information |
---|---|---|---|
ReffDocumentLegalFUUIDUsr | globally unique identifier |
None. |
|
ReffDocumentLegalFUUIDCtry | globally unique identifier |
None. |
|
ReffDocumentLegalUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ReffDocumentLegalFUUIDUsr": "506827bc-57e8-4286-9a15-749d22bbe5cc", "ReffDocumentLegalFUUIDCtry": "4acb763f-2b1c-4c8f-9878-524b9525d5f8", "ReffDocumentLegalUUID": "ead92541-b3d5-45fd-8d33-a8a02f0323b2", "UserUUIDCur": "8334bc93-21d5-47d8-98d8-a6ad33918842" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetReffDocumentLegalF_ResponseName | Description | Type | Additional information |
---|---|---|---|
ReffDocumentLegalFUUIDUsr | globally unique identifier |
None. |
|
ReffDocumentLegalUUIDUsr | globally unique identifier |
None. |
|
Rejected | boolean |
None. |
|
RejectDescr | string |
None. |
|
ReffDocumentLegalFUUIDCtry | globally unique identifier |
None. |
|
ReffDocumentLegalFieldName | string |
None. |
|
ReffDocumentLegalFieldType | string |
None. |
|
ReffDocumentLegalFieldDescr | string |
None. |
|
ReffDocumentLegalFValue | string |
None. |
|
Confirmed | boolean |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ReffDocumentLegalFUUIDUsr": "d4565963-d83b-4345-bc8d-9752632d5cbd", "ReffDocumentLegalUUIDUsr": "57f4ee56-2d05-4f2d-9661-83927d3e0966", "Rejected": true, "RejectDescr": "sample string 2", "ReffDocumentLegalFUUIDCtry": "74afc5d4-7792-49a5-a8ab-5aa5b63e1aa7", "ReffDocumentLegalFieldName": "sample string 3", "ReffDocumentLegalFieldType": "sample string 4", "ReffDocumentLegalFieldDescr": "sample string 5", "ReffDocumentLegalFValue": "sample string 6", "Confirmed": true, "UserUUIDCur": "4f92aadc-ae2e-4e04-ab33-12a0983d20b1" }, { "ReffDocumentLegalFUUIDUsr": "d4565963-d83b-4345-bc8d-9752632d5cbd", "ReffDocumentLegalUUIDUsr": "57f4ee56-2d05-4f2d-9661-83927d3e0966", "Rejected": true, "RejectDescr": "sample string 2", "ReffDocumentLegalFUUIDCtry": "74afc5d4-7792-49a5-a8ab-5aa5b63e1aa7", "ReffDocumentLegalFieldName": "sample string 3", "ReffDocumentLegalFieldType": "sample string 4", "ReffDocumentLegalFieldDescr": "sample string 5", "ReffDocumentLegalFValue": "sample string 6", "Confirmed": true, "UserUUIDCur": "4f92aadc-ae2e-4e04-ab33-12a0983d20b1" } ]