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": "0c289cdd-a76a-415c-ad78-3354f60490e0",
"ReffDocumentLegalUUIDCtry": "efafe685-11c4-4575-85fa-da5b9e85f593",
"ReffDocumentLegalFieldName": "sample string 1",
"ReffDocumentLegalFieldCode": "sample string 2",
"ReffDocumentLegalFieldPriority": 1,
"ReffDocumentLegalFieldType": "sample string 3",
"ReffDocumentLegalFieldDescr": "sample string 4",
"ReffDocumentLegalFActiveCtry": true,
"UserUUIDCur": "d4808988-a8bc-4a10-83c0-c25730365bc3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}