GET api/VMAX/GetVMAXPaymentTerms

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of VMAXPaymentTerms
NameDescriptionTypeAdditional information
PaymentTerms365AXCode

string

None.

PaymentTerms365AX

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PaymentTerms365AXCode": "sample string 1",
    "PaymentTerms365AX": "sample string 2"
  },
  {
    "PaymentTerms365AXCode": "sample string 1",
    "PaymentTerms365AX": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfVMAXPaymentTerms xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AXCommunication.Models">
  <VMAXPaymentTerms>
    <PaymentTerms365AX>sample string 2</PaymentTerms365AX>
    <PaymentTerms365AXCode>sample string 1</PaymentTerms365AXCode>
  </VMAXPaymentTerms>
  <VMAXPaymentTerms>
    <PaymentTerms365AX>sample string 2</PaymentTerms365AX>
    <PaymentTerms365AXCode>sample string 1</PaymentTerms365AXCode>
  </VMAXPaymentTerms>
</ArrayOfVMAXPaymentTerms>