Request Information
URI Parameters
None.
Body Parameters
The xDoc mapping.
Pico.XDocMapping| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets or sets the xdoc mapping identifier. |
integer |
None. |
| organization |
Gets or sets the organization identifier. |
integer |
None. |
| verificationDocumentType |
Gets or sets the Verification DocumentType identifier. |
integer |
None. |
| code |
Gets or sets the bundle code. |
string |
None. |
| minStatus |
Gets or sets the min status. |
string |
None. |
| maxStatus |
Gets or sets the max status. |
string |
None. |
| type |
Gets or sets the type. |
string |
None. |
| xDocCode |
Gets or sets the xdoc code. |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "1",
"organization": "1",
"verificationDocumentType": "1",
"code": "sample String 2",
"minStatus": "sample String 3",
"maxStatus": "sample String 4",
"type": "sample String 5",
"xDocCode": "sample String 6"
}
text/html
Sample:
{"id":"1","organization":"1","verificationDocumentType":"1","code":"sample String 2","minStatus":"sample String 3","maxStatus":"sample String 4","type":"sample String 5","xDocCode":"sample String 6"}
application/xml, text/xml
Sample:
<XDocMapping xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <XDocMappingId>1</XDocMappingId> <OrganizationId>1</OrganizationId> <VerificationDocumentTypeId>1</VerificationDocumentTypeId> <Code>sample String 2</Code> <MinStatus>sample String 3</MinStatus> <MaxStatus>sample String 4</MaxStatus> <Type>sample String 5</Type> <XDocCode>sample String 6</XDocCode> </XDocMapping>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The created xDoc mapping.
Pico.XDocMapping| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets or sets the xdoc mapping identifier. |
integer |
None. |
| organization |
Gets or sets the organization identifier. |
integer |
None. |
| verificationDocumentType |
Gets or sets the Verification DocumentType identifier. |
integer |
None. |
| code |
Gets or sets the bundle code. |
string |
None. |
| minStatus |
Gets or sets the min status. |
string |
None. |
| maxStatus |
Gets or sets the max status. |
string |
None. |
| type |
Gets or sets the type. |
string |
None. |
| xDocCode |
Gets or sets the xdoc code. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "1",
"organization": "1",
"verificationDocumentType": "1",
"code": "sample String 2",
"minStatus": "sample String 3",
"maxStatus": "sample String 4",
"type": "sample String 5",
"xDocCode": "sample String 6"
}
text/html
Sample:
{"id":"1","organization":"1","verificationDocumentType":"1","code":"sample String 2","minStatus":"sample String 3","maxStatus":"sample String 4","type":"sample String 5","xDocCode":"sample String 6"}
application/xml, text/xml
Sample:
<XDocMapping xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <XDocMappingId>1</XDocMappingId> <OrganizationId>1</OrganizationId> <VerificationDocumentTypeId>1</VerificationDocumentTypeId> <Code>sample String 2</Code> <MinStatus>sample String 3</MinStatus> <MaxStatus>sample String 4</MaxStatus> <Type>sample String 5</Type> <XDocCode>sample String 6</XDocCode> </XDocMapping>