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": "54f4ed6e-421f-4c5c-93a6-2d1c7e5a4943",
"ReffDocumentLegalUUIDCtry": "3cee127b-fd07-41b7-ab99-a3d73fc3016d",
"ReffDocumentLegalFieldName": "sample string 1",
"ReffDocumentLegalFieldCode": "sample string 2",
"ReffDocumentLegalFieldPriority": 1,
"ReffDocumentLegalFieldType": "sample string 3",
"ReffDocumentLegalFieldDescr": "sample string 4",
"ReffDocumentLegalFActiveCtry": true,
"UserUUIDCur": "e6a11355-da87-4e03-88ef-8aadc3afc8bf"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}