Versions Compared

Key

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

Short Description

...

Long Description

Properties

PropertyTypeLengthMandatoryDescriptionComments
hasCommission
 Boolean
    




variousAmount
Float
    




variousAmountCurrency
Float
   
 




variousValue
Float
    




variousRule
/VariousRule
 

Yes
  


variousText
/VariousText
    




variousType
/VariousType
  
  




currency
/Currency
 

Yes
  


documentLineText
String1024
   



fromDate
Date
    




toDate
Date
 
   




payee
/BusinessPartner
    




Insert a Various 

Code Block
languagejs
{
	"variousAmount": 10000,
	"variousAmountCurrency": 10000,
	"variousValue": 1,
	"variousText": "MIS",
	"variousRule": "L",
	"variousType": "R",
	"documentLineText": "A describing text",
	"currency": "USD",
	"hasCommission": false,
	"payee": "77000"
}


Example Response Body

Code Block
languagejs
{
    "key": 1135006,
    "self": "http://localhost:8080/ws/rest/Various/1135006",
    "hasCommission": false,
    "variousAmount": 2648.5469,
    "variousAmountCurrency": 2037.3438,
    "variousValue": 75,
    "variousRule": {
        "key": 1000572,
        "self": "http://localhost:8080/ws/rest/VariousRule/1000572",
        "variousRuleCode": "D",
        "variousRuleDesc": "Per day"
    },
    "variousText": {
        "key": 1114005,
        "self": "http://localhost:8080/ws/rest/VariousText/1114005",
        "variousText": "Regular cost",
        "variousCode": "REGU"
    },
    "variousType": {
        "key": 1000141,
        "self": "http://localhost:8080/ws/rest/VariousType/1000141",
        "variousTypeCode": "C",
        "variousTypeDesc": "Cost"
    },
    "currency": {
        "currencyCode": "EUR",
        "currencyName": "Euro",
        "key": 400008,
        "self": "http://localhost:8080/ws/rest/Currency/400008"
    },
    "createdDate": "2012-10-25T16:28:44",
    "modifiedDate": "2013-04-15T17:33:00",
    "documentLineText": "Regular cost",
    "fromDate": null,
    "toDate": null,
    "payee": null,
    "remarks": []
}

Top
Back

 

Related Content

 

Expand
titleExpand to see related content


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