Request Information

URI Parameters

NameDescriptionTypeAdditional information
titleOrderId

The title order identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

Document type list.

Collection of DocumentType
NameDescriptionTypeAdditional information
name

string

None.

value

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "name": "sample String 1",
    "value": "sample String 2"
  },
  {
    "name": "sample String 1",
    "value": "sample String 2"
  }
]

text/html

Sample:
[{"name":"sample String 1","value":"sample String 2"},{"name":"sample String 1","value":"sample String 2"}]

application/xml, text/xml

Sample:
<ArrayOfDocumentType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <DocumentType>
    <Name>sample String 1</Name>
    <Value>sample String 2</Value>
  </DocumentType>
  <DocumentType>
    <Name>sample String 1</Name>
    <Value>sample String 2</Value>
  </DocumentType>
</ArrayOfDocumentType>