Retrieves all contract discount feelist price

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

contract_discount_feelist_price
NameDescriptionTypeAdditional 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": "c0a0f385-6c3b-4fca-956f-9222152a0600",
  "contract_id": "aa7dd778-ce3e-4e7e-b7e6-f342a03484b5",
  "feelist_price_id": "9dd39de7-eb24-4b4e-9975-5e2b390485b3",
  "excluded_from_warranty": true,
  "discount_date_start": "2026-06-16T22:34:20.5569027+00:00",
  "discount_date_end": "2026-06-16T22:34:20.5569027+00:00",
  "discount_percentage": 7.0,
  "modified_dateutc": "2026-06-16T22:34:20.5569027+00:00"
}

application/xml, text/xml

Sample:
<contract_discount_feelist_price xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <contract_id>aa7dd778-ce3e-4e7e-b7e6-f342a03484b5</contract_id>
  <discount_date_end>2026-06-16T22:34:20.556Z</discount_date_end>
  <discount_date_start>2026-06-16T22:34:20.556Z</discount_date_start>
  <discount_percentage>7</discount_percentage>
  <excluded_from_warranty>true</excluded_from_warranty>
  <feelist_price_id>9dd39de7-eb24-4b4e-9975-5e2b390485b3</feelist_price_id>
  <id>c0a0f385-6c3b-4fca-956f-9222152a0600</id>
  <modified_dateutc>2026-06-16T22:34:20.556Z</modified_dateutc>
</contract_discount_feelist_price>