GET api/masters/documenttype/DocumentTypeList

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "DocumentTypeID": 1,
    "DocumentType": "sample string 2",
    "UserID": "sample string 3",
    "TransDate": "2026-03-31T16:40:58.5260551+05:30"
  },
  {
    "DocumentTypeID": 1,
    "DocumentType": "sample string 2",
    "UserID": "sample string 3",
    "TransDate": "2026-03-31T16:40:58.5260551+05:30"
  },
  {
    "DocumentTypeID": 1,
    "DocumentType": "sample string 2",
    "UserID": "sample string 3",
    "TransDate": "2026-03-31T16:40:58.5260551+05:30"
  }
]

application/xml, text/xml

Sample:
<ArrayOfutblMstDocumentType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.Masters.Model">
  <utblMstDocumentType>
    <DocumentType>sample string 2</DocumentType>
    <DocumentTypeID>1</DocumentTypeID>
    <TransDate>2026-03-31T16:40:58.5260551+05:30</TransDate>
    <UserID>sample string 3</UserID>
  </utblMstDocumentType>
  <utblMstDocumentType>
    <DocumentType>sample string 2</DocumentType>
    <DocumentTypeID>1</DocumentTypeID>
    <TransDate>2026-03-31T16:40:58.5260551+05:30</TransDate>
    <UserID>sample string 3</UserID>
  </utblMstDocumentType>
  <utblMstDocumentType>
    <DocumentType>sample string 2</DocumentType>
    <DocumentTypeID>1</DocumentTypeID>
    <TransDate>2026-03-31T16:40:58.5260551+05:30</TransDate>
    <UserID>sample string 3</UserID>
  </utblMstDocumentType>
</ArrayOfutblMstDocumentType>