Short Description
Since API 3.15.0
Chapter Contents:
Table of 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
Note |
---|
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) |
Code Block | ||
---|---|---|
| ||
{
"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": []
}
|
Related Content
Expand | ||
---|---|---|
| ||
|