Retrieves all contract discount feelist price
Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
contract_discount_feelist_price| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary key |
globally unique identifier |
Required |
| contract_id |
Contract id |
globally unique identifier | |
| feelist_price_id |
Feelist price id |
globally unique identifier | |
| excluded_from_warranty |
Excluded from warranty? |
boolean | |
| discount_date_start |
Discount date start |
date | |
| discount_date_end |
Discount date end |
date | |
| discount_percentage |
Discount percentage |
decimal number | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "dc32a1c8-cc2b-46d8-9ca1-38781d73ebd6",
"contract_id": "3dfce425-5b81-4f92-a3f2-1ce78257f05c",
"feelist_price_id": "7a4aaa99-0c09-4e17-bad6-4bd06990831b",
"excluded_from_warranty": true,
"discount_date_start": "2026-03-07T13:19:02.2983849+00:00",
"discount_date_end": "2026-03-07T13:19:02.2983849+00:00",
"discount_percentage": 7.0,
"modified_dateutc": "2026-03-07T13:19:02.2983849+00:00"
}
application/xml, text/xml
Sample:
<contract_discount_feelist_price xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <contract_id>3dfce425-5b81-4f92-a3f2-1ce78257f05c</contract_id> <discount_date_end>2026-03-07T13:19:02.298Z</discount_date_end> <discount_date_start>2026-03-07T13:19:02.298Z</discount_date_start> <discount_percentage>7</discount_percentage> <excluded_from_warranty>true</excluded_from_warranty> <feelist_price_id>7a4aaa99-0c09-4e17-bad6-4bd06990831b</feelist_price_id> <id>dc32a1c8-cc2b-46d8-9ca1-38781d73ebd6</id> <modified_dateutc>2026-03-07T13:19:02.298Z</modified_dateutc> </contract_discount_feelist_price>