Retrieves all the fee list prices

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

feelist_price
NameDescriptionTypeAdditional information
id

Primary key

globally unique identifier
feelist_id

Feelist on which this price belongs to

globally unique identifier

Optionally required : feelist_id, feelist_reference_back_office or feelist must be provided

hour_type_id

Foreign key to hour_type. You need to supply at one one of the following value : hour_type,equipment_family,job_type

globally unique identifier

Optionally required : hour_type_id, hour_type_code or hour_type must be provided

equipment_family_id

Foreign key to equipment_family. You need to supply at one one of the following value : hour_type,equipment_family,job_type

globally unique identifier
job_type_id

Foreign key to job_type. You need to supply at one one of the following value : hour_type,equipment_family,job_type

globally unique identifier
user_type_id

globally unique identifier
price

decimal number

Required

modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Response Formats

application/json, text/json

Sample:
{
  "id": "e93862f9-85dc-4802-aa35-459843f9cede",
  "feelist_id": "ebd673a6-837e-4870-a9fe-77109e05c64c",
  "hour_type_id": "63835808-6b62-4f89-8d84-8e9801d9d5a4",
  "equipment_family_id": "72713a5c-bed1-4baa-b44b-18d6e60c4c0c",
  "job_type_id": "2cc6ac9e-79ad-4e00-9e52-e49ce5eb6636",
  "user_type_id": "567c3be3-d916-497d-993e-f100eedf90d9",
  "price": 1.0,
  "modified_dateutc": "2026-01-11T21:03:16.0594936+00:00"
}

application/xml, text/xml

Sample:
<feelist_price xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <equipment_family_id>72713a5c-bed1-4baa-b44b-18d6e60c4c0c</equipment_family_id>
  <feelist_id>ebd673a6-837e-4870-a9fe-77109e05c64c</feelist_id>
  <hour_type_id>63835808-6b62-4f89-8d84-8e9801d9d5a4</hour_type_id>
  <id>e93862f9-85dc-4802-aa35-459843f9cede</id>
  <job_type_id>2cc6ac9e-79ad-4e00-9e52-e49ce5eb6636</job_type_id>
  <modified_dateutc>2026-01-11T21:03:16.059Z</modified_dateutc>
  <price>1</price>
  <user_type_id>567c3be3-d916-497d-993e-f100eedf90d9</user_type_id>
</feelist_price>