/PaymentTerms
Short Description
Chapter Contents:
Long Description
Properties
Property | Type | Length | Mandatory | Description | Comments |
---|---|---|---|---|---|
codeProperty | String | N/A | Â | Â | "paymentTermsCode" |
numberOfDays | Integer | Â | Â | Â | Â |
paymentTermsCode | String | 8 | Yes | Â | Code Property |
paymentTermsDesc | String | 64 | Yes | Â | Â |
Example Response Body
Updated for API version 2.0.0 using the new required date format yyyy-dd-MMThh:mi:ss to conform ISO 8601, (prior version has date format: yyyy-dd-MM hh:mi:ss)
{ "key": 1063732, "self": "http://localhost:8080/ws/rest/PaymentTerms/1063732", "codeProperty": "paymentTermsCode", "numberOfDays": 14, "paymentTermsCode": "14DS", "paymentTermsDesc": "14 calender days", "createdDate": "2012-09-07T14:14:43", "modifiedDate": "2013-05-24T16:05:50", "remarks": [] }