Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Short Description

Chapter Contents:

Table of Contents
maxLevel4
minLevel4

Long Description

Properties

yesyesyesyes
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

...

Code Property

Example Response Body

Note

Updated for API version 2.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)

Code Block
languagejs
{
    "key": 1229519,
    "self": "http://localhost:8080/ws/rest/VariousText/1229519",
    "codeProperty": "variousCode",
    "createdDate": "2012-12-21 1421T14:36:29",
    "modifiedDate": "2013-03-21 1321T13: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": []
}

Top
Back

Related Content

Expand
titleExpand to see related content

Wiki Markup
{dynamiccontentbylabel:showLabels=false|showSpace=false}


Back