/CommissionContributor
Short Description
Â
Since API 3.15.0
Chapter Contents:Â
Long Description
Properties
Property | Type | Length | Mandatory | Description | Comments |
---|---|---|---|---|---|
percent | Double | Â | Â | Â | The sum of all percents of a given Commission must be 100 |
user | /User | Â | Â | Â | Â |
commission | /Commission | Â | Â | Â | Â |
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": 420872665, "self": "http://test.dataloy.com:80/ws/rest/CommissionContributor/420872665", "user": { "key": 66637657, "self": "http://test-dev.dataloy.com:80/ws/rest/User/66637657", "userCode": "FVM", "userName": "Frank Verags Minchius" }, "commission": { "key": 342692585, "self": "http://test-dev.dataloy.com:80/ws/rest/Commission/342692585" }, "createdDate": "2018-12-03T12:40:33", "modifiedDate": "2018-12-03T12:40:33", "createdById": 999999, "percent": 0, "isObjectActive": true, "remarks": [] }