GET api/MasterConfig/Master/DeliveryAgentDocTypeDD

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DocTypeDD
NameDescriptionTypeAdditional information
DocTypeID

string

None.

DocTypeName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "DocTypeID": "sample string 1",
    "DocTypeName": "sample string 2"
  },
  {
    "DocTypeID": "sample string 1",
    "DocTypeName": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDocTypeDD xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Master.Operations.CustomModels">
  <DocTypeDD>
    <DocTypeID>sample string 1</DocTypeID>
    <DocTypeName>sample string 2</DocTypeName>
  </DocTypeDD>
  <DocTypeDD>
    <DocTypeID>sample string 1</DocTypeID>
    <DocTypeName>sample string 2</DocTypeName>
  </DocTypeDD>
</ArrayOfDocTypeDD>