Request Information
URI Parameters
None.
Body Parameters
The VerificationDocumentType.
Pico.VerificationDocumentType| Name | Description | Type | Additional information |
|---|---|---|---|
| category |
Gets or sets the category. |
string |
None. |
| code |
Gets or sets the code. |
string |
None. |
| description |
Gets or sets the description. |
string |
None. |
| isActive |
Gets or sets a value indicating whether the description is appendable or not. |
boolean |
None. |
| isDescriptionAppendable |
Gets or sets a value indicating whether the description is appendable or not. |
boolean |
None. |
| isDescriptionEditable |
Gets or sets a value indicating whether the description is editable or not. |
boolean |
None. |
| order |
Gets or sets the order. |
integer |
None. |
| id |
Gets or sets the verification document type identifier. |
integer |
None. |
Request Formats
application/json, text/json
{
"category": "sample String 1",
"code": "sample String 2",
"description": "sample String 3",
"isActive": true,
"isDescriptionAppendable": true,
"isDescriptionEditable": true,
"order": 1,
"id": "7"
}
text/html
{"category":"sample String 1","code":"sample String 2","description":"sample String 3","isActive":true,"isDescriptionAppendable":true,"isDescriptionEditable":true,"order":1,"id":"7"}
application/xml, text/xml
<VerificationDocumentType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Category>sample String 1</Category> <Code>sample String 2</Code> <Description>sample String 3</Description> <IsActive>true</IsActive> <IsDescriptionAppendable>true</IsDescriptionAppendable> <IsDescriptionEditable>true</IsDescriptionEditable> <Order>1</Order> <VerificationDocumentTypeId>7</VerificationDocumentTypeId> </VerificationDocumentType>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The created VerificationDocumentType.
Pico.VerificationDocumentType| Name | Description | Type | Additional information |
|---|---|---|---|
| category |
Gets or sets the category. |
string |
None. |
| code |
Gets or sets the code. |
string |
None. |
| description |
Gets or sets the description. |
string |
None. |
| isActive |
Gets or sets a value indicating whether the description is appendable or not. |
boolean |
None. |
| isDescriptionAppendable |
Gets or sets a value indicating whether the description is appendable or not. |
boolean |
None. |
| isDescriptionEditable |
Gets or sets a value indicating whether the description is editable or not. |
boolean |
None. |
| order |
Gets or sets the order. |
integer |
None. |
| id |
Gets or sets the verification document type identifier. |
integer |
None. |
Response Formats
application/json, text/json
{
"category": "sample String 1",
"code": "sample String 2",
"description": "sample String 3",
"isActive": true,
"isDescriptionAppendable": true,
"isDescriptionEditable": true,
"order": 1,
"id": "7"
}
text/html
{"category":"sample String 1","code":"sample String 2","description":"sample String 3","isActive":true,"isDescriptionAppendable":true,"isDescriptionEditable":true,"order":1,"id":"7"}
application/xml, text/xml
<VerificationDocumentType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Category>sample String 1</Category> <Code>sample String 2</Code> <Description>sample String 3</Description> <IsActive>true</IsActive> <IsDescriptionAppendable>true</IsDescriptionAppendable> <IsDescriptionEditable>true</IsDescriptionEditable> <Order>1</Order> <VerificationDocumentTypeId>7</VerificationDocumentTypeId> </VerificationDocumentType>