POST BusineesAnalysis/GetDocTypeList

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "DocTypeCode": "sample string 1",
    "DocTypeDesc": "sample string 2"
  },
  {
    "DocTypeCode": "sample string 1",
    "DocTypeDesc": "sample string 2"
  },
  {
    "DocTypeCode": "sample string 1",
    "DocTypeDesc": "sample string 2"
  }
]

text/html

Sample:
[{"DocTypeCode":"sample string 1","DocTypeDesc":"sample string 2"},{"DocTypeCode":"sample string 1","DocTypeDesc":"sample string 2"},{"DocTypeCode":"sample string 1","DocTypeDesc":"sample string 2"}]

application/xml, text/xml

Sample:
<ArrayOfDocTypeList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers">
  <DocTypeList>
    <DocTypeCode>sample string 1</DocTypeCode>
    <DocTypeDesc>sample string 2</DocTypeDesc>
  </DocTypeList>
  <DocTypeList>
    <DocTypeCode>sample string 1</DocTypeCode>
    <DocTypeDesc>sample string 2</DocTypeDesc>
  </DocTypeList>
  <DocTypeList>
    <DocTypeCode>sample string 1</DocTypeCode>
    <DocTypeDesc>sample string 2</DocTypeDesc>
  </DocTypeList>
</ArrayOfDocTypeList>