GET api/resource/checkDifferentialHours?rmID={rmID}
Checks for differential hour entries for a specific resource.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| rmID |
The internal resource ID for which to check differential hour entries. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with a dataset of differential hour records. On failure: HTTP 400 Bad Request with a generic error message.
DataRowResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| dataInfo | DataSet |
None. |
Response Formats
application/json, text/json
Sample:
{}
application/scim+json
Sample:
{
"dataInfo": null
}