UT Payment Term
|
URL |
Verbs |
Function |
Available |
|
/UTPaymentTerm |
GET |
Query a list of all Payment Terms |
2020.1 |
|
/UTPaymentTerm/<code> |
GET |
Query a single Payment Term |
2020.1 |
Security Linked Menu
|
Menu Item
|
Located
|
|---|---|
| Payment Terms Maintenance | System / System Setup |
Sample XML Response
<?xml version="1.0" encoding="UTF-8"?>
<UTPaymentTerm>
<OidString>4020.1</OidString>
<Edition>4</Edition>
<Code>Cash Only</Code>
<Description>Cash Only</Description>
<AllowDataChange>true</AllowDataChange>
<AllowPromptDateChange>true</AllowPromptDateChange>
<Discount>0.00</Discount>
<DiscountTerm>No discount</DiscountTerm>
<PaymentTerm>Cash Only</PaymentTerm>
<NumberOfDays>0</NumberOfDays>
<NumberOfDiscountDays>0</NumberOfDiscountDays>
</UTPaymentTerm>