GET api/VMAX/GetVMAXTDSType

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of VMAXTDSType
NameDescriptionTypeAdditional information
TDSTypeM365AXId

integer

None.

TDSTypeM365AXCode

string

None.

TDSTypeM365AX

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "TDSTypeM365AXId": 1,
    "TDSTypeM365AXCode": "sample string 2",
    "TDSTypeM365AX": "sample string 3"
  },
  {
    "TDSTypeM365AXId": 1,
    "TDSTypeM365AXCode": "sample string 2",
    "TDSTypeM365AX": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfVMAXTDSType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AXCommunication.Models">
  <VMAXTDSType>
    <TDSTypeM365AX>sample string 3</TDSTypeM365AX>
    <TDSTypeM365AXCode>sample string 2</TDSTypeM365AXCode>
    <TDSTypeM365AXId>1</TDSTypeM365AXId>
  </VMAXTDSType>
  <VMAXTDSType>
    <TDSTypeM365AX>sample string 3</TDSTypeM365AX>
    <TDSTypeM365AXCode>sample string 2</TDSTypeM365AXCode>
    <TDSTypeM365AXId>1</TDSTypeM365AXId>
  </VMAXTDSType>
</ArrayOfVMAXTDSType>