Retrieves the fee list price with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
feelist_price| Name | Description | Type | Additional 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
{
"id": "d8acac97-6c27-4cea-803e-c6d655ba7791",
"feelist_id": "8ea2939f-11a0-481a-8d4f-b97bc91fcc80",
"hour_type_id": "1ae00f95-67cd-4643-8aa6-f917710aa04a",
"equipment_family_id": "d11c68e6-73ac-4871-b01e-83b429fda35b",
"job_type_id": "612d51a1-13e0-46e2-a17f-d2b8ebd8c6da",
"user_type_id": "183c9c8b-5339-448a-9c70-1b5a76e81de8",
"price": 1.0,
"modified_dateutc": "2026-06-16T22:34:11.9230111+00:00"
}
application/xml, text/xml
<feelist_price xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <equipment_family_id>d11c68e6-73ac-4871-b01e-83b429fda35b</equipment_family_id> <feelist_id>8ea2939f-11a0-481a-8d4f-b97bc91fcc80</feelist_id> <hour_type_id>1ae00f95-67cd-4643-8aa6-f917710aa04a</hour_type_id> <id>d8acac97-6c27-4cea-803e-c6d655ba7791</id> <job_type_id>612d51a1-13e0-46e2-a17f-d2b8ebd8c6da</job_type_id> <modified_dateutc>2026-06-16T22:34:11.923Z</modified_dateutc> <price>1</price> <user_type_id>183c9c8b-5339-448a-9c70-1b5a76e81de8</user_type_id> </feelist_price>