$customHeader
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 3 Next »

Properties

PropertyTypeLengthMandatoryDescriptionComments
codeProperty
StringN/A  "variousCode"
variousType
/VariousType yes  
variousText
/VariousText64yes  
hasManagementCommission
Boolean    
hasCommission
Boolean    
variousRule
/VariousRule yes  
balanceAccountAccrual
String12   
costCenter
String16   
glAccount
String    
glAccountAccrual
String12   
isToBeAccrued
Boolean    
variousCode
String5yes code property

Example response body

This example has been updated for API version 2.0.0 using date format yyyy-dd-MMThh:mi:ss, versions prior to 2.0.0 has the following date format: yyyy-dd-MM hh:mi:ss
{
    "key": 1229519,
    "self": "http://localhost:8080/ws/rest/VariousText/1229519",
    "codeProperty": "variousCode",
    "createdDate": "2012-12-21T14:36:29",
    "modifiedDate": "2013-03-21T13:13:19",
    "variousType": {
        "key": 1000141,
        "self": "http://localhost:8080/ws/rest/VariousType/1000141",
        "variousTypeCode": "C",
        "variousTypeDesc": "Cost"
    },
    "variousText": "Cargo Survey",
    "hasManagementCommission": false,
    "hasCommission": false,
    "variousRule": {
        "key": 1000071,
        "self": "http://localhost:8080/ws/rest/VariousRule/1000071",
        "variousRuleCode": "L",
        "variousRuleDesc": "Lumpsum"
    },
    "balanceAccountAccrual": null,
    "costCenter": null,
    "glAccount": "4029",
    "glAccountAccrual": null,
    "isToBeAccrued": true,
    "variousCode": "SUR",
    "remarks": []
}
  • No labels