Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Short Description

Chapter Contents:

Long Description

Properties

Property
Type
Length
Mandatory
Description
Comments
codeProperty
StringN/A  "paymentTermsCode"
numberOfDays
Integer    
paymentTermsCode
String8Yes Code Property
paymentTermsDesc
String64Yes  

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": []
}

Top
Back

  • No labels