Request Information
URI Parameters
None.
Body Parameters
The doc magic form list.
Pico.DocMagicFormListName | Description | Type | Additional information |
---|---|---|---|
description |
Gets or sets the description. |
string |
None. |
formName |
Gets or sets the form name. |
string |
None. |
isActive |
Gets or sets a value indicating whether this form is active. |
boolean |
None. |
shortcut |
Gets or sets a value indicating whether this form has a shortcut. |
boolean |
None. |
id |
Gets or sets the doc magic form list identifier. |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "description": "sample String 1", "formName": "sample String 2", "isActive": true, "shortcut": true, "id": "5" }
text/html
Sample:
{"description":"sample String 1","formName":"sample String 2","isActive":true,"shortcut":true,"id":"5"}
application/xml, text/xml
Sample:
<DocMagicFormList xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Description>sample String 1</Description> <FormName>sample String 2</FormName> <IsActive>true</IsActive> <Shortcut>true</Shortcut> <DocMagicFormListId>5</DocMagicFormListId> </DocMagicFormList>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The created doc magic form list.
Pico.DocMagicFormListName | Description | Type | Additional information |
---|---|---|---|
description |
Gets or sets the description. |
string |
None. |
formName |
Gets or sets the form name. |
string |
None. |
isActive |
Gets or sets a value indicating whether this form is active. |
boolean |
None. |
shortcut |
Gets or sets a value indicating whether this form has a shortcut. |
boolean |
None. |
id |
Gets or sets the doc magic form list identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "description": "sample String 1", "formName": "sample String 2", "isActive": true, "shortcut": true, "id": "5" }
text/html
Sample:
{"description":"sample String 1","formName":"sample String 2","isActive":true,"shortcut":true,"id":"5"}
application/xml, text/xml
Sample:
<DocMagicFormList xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Description>sample String 1</Description> <FormName>sample String 2</FormName> <IsActive>true</IsActive> <Shortcut>true</Shortcut> <DocMagicFormListId>5</DocMagicFormListId> </DocMagicFormList>