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": "264eb861-944d-4c4c-a894-9fd0a52cf316",
"ReffDocumentLegalUUIDCtry": "7963c861-5ab7-440c-a8fe-d2027fb14b18",
"ReffDocumentLegalFieldName": "sample string 1",
"ReffDocumentLegalFieldCode": "sample string 2",
"ReffDocumentLegalFieldPriority": 1,
"ReffDocumentLegalFieldType": "sample string 3",
"ReffDocumentLegalFieldDescr": "sample string 4",
"ReffDocumentLegalFActiveCtry": true,
"UserUUIDCur": "bd597711-af17-45a9-82a2-8dac157a026b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}