POST api/commission
Request Information
URI Parameters
None.
Body Parameters
Commission| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Job_no | string |
Required String length: inclusive between 0 and 255 |
|
| Proposal_no | string |
Required String length: inclusive between 0 and 255 |
|
| Job_date | date |
Required |
|
| Paid_date | date |
None. |
|
| Base_amt | decimal number |
None. |
|
| Loyalty | boolean |
None. |
|
| Sales_price | decimal number |
None. |
|
| Property_type | string |
Required String length: inclusive between 0 and 255 |
|
| Rmr | string |
Required String length: inclusive between 0 and 255 |
|
| Rmr_low_disc | boolean |
None. |
|
| Rmr_prev_owner | decimal number |
None. |
|
| Monthly_rmr | decimal number |
None. |
|
| Contract_length | integer |
None. |
|
| Offline | boolean |
None. |
|
| Commission_type | string |
String length: inclusive between 0 and 255 |
|
| Commission_amt | decimal number |
None. |
|
| Split_commission | boolean |
None. |
|
| Sales_rep1_Id | integer |
Required |
|
| Sales_rep1 | User |
None. |
|
| Sales_rep1_percent | decimal number |
None. |
|
| Sales_rep2_Id | integer |
None. |
|
| Sales_rep2 | User |
None. |
|
| Sales_rep2_percent | decimal number |
None. |
|
| Notes | string |
None. |
|
| FreeMonths | decimal number |
None. |
|
| IsBuilder | boolean |
None. |
|
| IsPurchased | boolean |
None. |
|
| RMRDiscounted | decimal number |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>