POST api/AdminReff/AdmSaveReffDocumentLegalFieldCountry
AdmSaveReffDocumentLegalFieldCountry
Request Information
URI Parameters
None.
Body Parameters
AdmSaveReffDocumentLegalFieldCountry_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ReffDocumentLegalFUUIDCtry | globally unique identifier |
None. |
|
| ReffDocumentLegalUUIDCtry | globally unique identifier |
None. |
|
| ReffDocumentLegalFieldName | string |
None. |
|
| ReffDocumentLegalFieldCode | string |
None. |
|
| ReffDocumentLegalFieldPriority | integer |
None. |
|
| ReffDocumentLegalFieldType | string |
None. |
|
| ReffDocumentLegalFieldDescr | string |
None. |
|
| ReffDocumentLegalFActiveCtry | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReffDocumentLegalFUUIDCtry": "04d3975f-5d9c-4360-9eb0-f1fc65c311d9",
"ReffDocumentLegalUUIDCtry": "c742b0ef-b6d0-471b-b06d-a8f517d2b4ec",
"ReffDocumentLegalFieldName": "sample string 1",
"ReffDocumentLegalFieldCode": "sample string 2",
"ReffDocumentLegalFieldPriority": 1,
"ReffDocumentLegalFieldType": "sample string 3",
"ReffDocumentLegalFieldDescr": "sample string 4",
"ReffDocumentLegalFActiveCtry": true,
"UserUUIDCur": "89a7749c-effd-4315-a37b-9893c22ea0d8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}