/Various
Short Description
Chapter Contents:
Long Description
Properties
Property | Type | Length | Mandatory | Description | Comments |
---|---|---|---|---|---|
hasCommission | Boolean | ||||
variousAmount | Float | ||||
variousAmountCurrency | Float | ||||
variousValue | Float | ||||
variousRule | /VariousRule | Yes | Valid codes are:
| ||
variousText | /VariousText | ||||
variousType | /VariousType | ||||
currency | /Currency | Yes | |||
documentLineText | String | 1024 | |||
fromDate | Date | ||||
toDate | Date | ||||
payee | /BusinessPartner | ||||
serviceOrderLine | /ServiceOrderLine |
Example Response Body
{ "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": [] }
Related Content