Valuekeep Developers - Web API Reference

Work | Report Labor

Service to manage entities of type 'WorkOrderReportLabor'.

Overview


URL api/{tenantKey}/{orgKey}/maintenance/workOrderReportLabors
Methods Supported GET, POST, PUT, DELETE

All Operations

This service includes the following operations:

All Resources

This service uses the following resources:

All Enumerations

This service uses the following enumerations:

GET Operations

GET WorkOrderReportLabors (odata)

Returns a page of the list of all the entity records available.

The following elements are optional:

opts (ODataQueryOptions) OData query option.

Response:

When successful, the response body contains the list of records available. See WorkOrderReportLaborResource.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

GET /maintenance/workOrderReportLabors/odata

GET WorkOrderReportLabor by identifier

Returns the entity record that matches the specified identifier.

The following elements are required:

id (string) The record identifier.

Response:

When successful, the response body contains the entity record. See WorkOrderReportLaborResource.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.
404 NotFound. The specified record does not exist.

Resource URL:

GET /maintenance/workOrderReportLabors/{id}

GET WorkOrderReportLabor by key

Returns the entity record that matches the specified key.

The following elements are required:

companyKey (string) The company key.
workOrderReportLaborKey (string) Report Labor.

Response:

When successful, the response body contains the entity record. See WorkOrderReportLaborResource.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.
404 NotFound. The specified record does not exist.

Resource URL:

GET /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}

POST Operations

POST WorkOrderReportLabors

Creates a new entity record.

The following elements are required:

workOrderReportLaborResource (ApiWorkOrderReportLaborResource) The request body should contain the entity record that should be created.
See ApiWorkOrderReportLaborResource.

The following elements are optional:

customAttributes (JSON Document) A key-value pair in JSON format that represents the extensibility custom attributes for this entity.
The key should be the custom attribute name prefixed with "custom_", e.g. "custom_attributeName".
While the "customAttributes" element is optional, please notice that specific custom attributes might be marked as required.

Response:

When successful, the response body contains the new entity record identifier. The resource header location property contains the URL for the new entity record. See ApiWorkOrderReportLaborResource.

Response status codes:

201 Created. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

POST /maintenance/workOrderReportLabors

POST Update Work Order Report Labor Info

Custom operation 'UpdateWorkOrderReportLaborInfo'.

The following elements are required:

companyKey (string) CompanyKey.
workOrderReportLaborKey (string) WorkOrderReportLaborKey.
workOrderReportLaborInfo (WorkOrderReportLaborInfoResource) WorkOrderReportLaborInfo.

The following elements are optional:

customAttributes (JSON Document) A key-value pair in JSON format that represents the extensibility custom attributes for this entity.
The key should be the custom attribute name prefixed with "custom_", e.g. "custom_attributeName".
While the "customAttributes" element is optional, please notice that specific custom attributes might be marked as required.

Response:

When successful, the response body contains a resource of type 'WorkOrderReportLaborInfoResource'. See WorkOrderReportLaborInfoResource.

Resource URL:

POST /maintenance/workOrderReportLabors/updateWorkOrderReportLaborInfo/{companyKey}/{workOrderReportLaborKey}

PUT Operations

PUT Set AssetType WorkOrderReportLabor

Updates the value of attribute 'AssetType' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (enum ReportAssetType) The request body should contain the new value for the attribute.
See ReportAssetType.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/assetType

PUT Set Company WorkOrderReportLabor

Updates the value of attribute 'Company' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (string) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/company

PUT Set Currency WorkOrderReportLabor

Updates the value of attribute 'Currency' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (string) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/currency

PUT Set Employee WorkOrderReportLabor

Updates the value of attribute 'Employee' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (string) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/employee

PUT Set EndDate WorkOrderReportLabor

Updates the value of attribute 'EndDate' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (DateTimeOffset) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/endDate

PUT Set Equipment WorkOrderReportLabor

Updates the value of attribute 'Equipment' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (string) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/equipment

PUT Set ExchangeRate WorkOrderReportLabor

Updates the value of attribute 'ExchangeRate' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (decimal) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/exchangeRate

PUT Set ExchangeRateDate WorkOrderReportLabor

Updates the value of attribute 'ExchangeRateDate' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (DateTime) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/exchangeRateDate

PUT Set Expertise WorkOrderReportLabor

Updates the value of attribute 'Expertise' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (string) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/expertise

PUT Set ExpertiseCostId WorkOrderReportLabor

Updates the value of attribute 'ExpertiseCostId' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (Guid) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/expertiseCostId

PUT Set ExpertiseTier WorkOrderReportLabor

Updates the value of attribute 'ExpertiseTier' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (string) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/expertiseTier

PUT Set HourCost WorkOrderReportLabor

Updates the value of attribute 'HourCost' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (decimal) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/hourCost

PUT Set Hours WorkOrderReportLabor

Updates the value of attribute 'Hours' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (TimeSpan) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/hours

PUT Set IsActive WorkOrderReportLabor

Updates the value of attribute 'IsActive' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (bool) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.
404 NotFound. The specified record does not exist.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/isActive

PUT Set IsLocked WorkOrderReportLabor

Updates the value of attribute 'IsLocked' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (bool) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/isLocked

PUT Set Location WorkOrderReportLabor

Updates the value of attribute 'Location' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (string) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/location

PUT Set MaintenanceRoute WorkOrderReportLabor

Updates the value of attribute 'MaintenanceRoute' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (string) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/maintenanceRoute

PUT Set Remarks WorkOrderReportLabor

Updates the value of attribute 'Remarks' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (string) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/remarks

PUT Set ReportDate WorkOrderReportLabor

Updates the value of attribute 'ReportDate' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (DateTimeOffset) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/reportDate

PUT Set SchedulingLaborCost WorkOrderReportLabor

Updates the value of attribute 'SchedulingLaborCost' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (string) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/schedulingLaborCost

PUT Set StartDate WorkOrderReportLabor

Updates the value of attribute 'StartDate' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (DateTimeOffset) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/startDate

PUT Set Task WorkOrderReportLabor

Updates the value of attribute 'Task' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (string) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/task

PUT Set Tool WorkOrderReportLabor

Updates the value of attribute 'Tool' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (string) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/tool

PUT Set Total WorkOrderReportLabor

Updates the value of attribute 'Total' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (decimal) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/total

PUT Set TotalTime WorkOrderReportLabor

Updates the value of attribute 'TotalTime' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (int) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/totalTime

PUT Set WOMaintenancePlanId WorkOrderReportLabor

Updates the value of attribute 'WOMaintenancePlanId' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (Guid) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/wOMaintenancePlanId

PUT Set WOMaintenancePlanTaskId WorkOrderReportLabor

Updates the value of attribute 'WOMaintenancePlanTaskId' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (Guid) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/wOMaintenancePlanTaskId

PUT Set WorkOrderMaintenancePlan WorkOrderReportLabor

Updates the value of attribute 'WorkOrderMaintenancePlan' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (string) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/workOrderMaintenancePlan

PUT Set WorkOrderReportLaborKey WorkOrderReportLabor

Updates the value of attribute 'WorkOrderReportLaborKey' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (string) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/workOrderReportLaborKey

PUT Set WOTaskId WorkOrderReportLabor

Updates the value of attribute 'WOTaskId' in the specified entity record.

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
companyKey (string) The company key.
value (Guid) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/wOTaskId

PUT Set Custom Attribute WorkOrderReportLabor

Updates the value of 'CustomAttribute' in the specified entity record.

The following elements are required:

companyKey (string) The company key.
workOrderReportLaborKey (string) Report Labor
customAttributeName (string) The custom attribute name.
value (ExtensibilityCustomAttributeValueResource) The request body should contain the new value for the custom attribute.
See ExtensibilityCustomAttributeValueResource.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.
404 NotFound. The specified record does not exist.

Resource URL:

PUT /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}/{customAttributeName}

DELETE Operations

DELETE WorkOrderReportLabor by identifier

Deletes the entity record that matches the specified identifier.

The following elements are required:

id (string) The record identifier.

Response:

When successful, the response body is empty.

Response status codes:

204 Deleted. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.
404 NotFound. The specified record does not exist.

Resource URL:

DELETE /maintenance/workOrderReportLabors/{id}

DELETE WorkOrderReportLabor by key

Deletes the entity record that matches the specified key.

The following elements are required:

companyKey (string) The company key.
workOrderReportLaborKey (string) Report Labor.

Response:

When successful, the response body is empty.

Response status codes:

204 Deleted. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.
404 NotFound. The specified record does not exist.

Resource URL:

DELETE /maintenance/workOrderReportLabors/{companyKey}/{workOrderReportLaborKey}

Resources


ApiWorkOrderReportLaborResource

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
workOrder (string) Work Order.
reportDate (DateTimeOffset) Report Date.
assetType (enum ReportAssetType) Type.
See ReportAssetType.
hourCost (MoneyResource) Hour Cost.
See MoneyResource .
currency (string) Currency.
hours (TimeSpan) Total Time.
total (MoneyResource) Total.
See MoneyResource .
totalTime (int) Total Time.
company (string) Company.
isLocked (bool) Is Locked.
exchangeRate (decimal) Exchange Rate.

The following elements are optional:

location (string) Location.
equipment (string) Equipment.
tool (string) Tool.
maintenanceRoute (string) Route.
employee (string) Employee.
schedulingLaborCost (string) Scheduling Labor Cost.
expertise (string) Specialty.
expertiseTier (string) Specialty Tier.
expertiseCostId (Guid) Expertise Cost Id.
startDate (DateTimeOffset) Start Date.
endDate (DateTimeOffset) End Date.
remarks (string) Remarks.
exchangeRateDate (DateTime) Exchange Rate Date.
workOrderMaintenancePlan (string) Maintenance Plan.
wOMaintenancePlanId (Guid) WO Maintenance Plan Id.
wOMaintenancePlanTaskId (Guid) WO Maintenance Plan Task Id.
wOTaskId (Guid) WO Task Id.
task (string) Task.


MoneyResource

The following elements are required:

amount (decimal) The amount.

The following elements are optional:

baseAmount (decimal) The base amount.
reportingAmount (decimal) The reporting amount.
fractionDigits (int) The fraction digits.
symbol (string) The symbol.

Notes: For the POST operation it is not necessary to send the fields: BaseAmount, ReportingAmount, FractionDigits and Symbol. Will be ignored.



WorkOrderReportLaborInfoResource

The following elements are required:

reportDate (DateTimeOffset) Report Date.
hours (TimeSpan) Total Time.

The following elements are optional:

employee (string) Employee.
endDate (DateTimeOffset) End Date.
startDate (DateTimeOffset) Start Date.
expertise (string) Specialty.
expertiseTier (string) Specialty Tier.
schedulingLaborCost (string) Scheduling Labor Cost.
remarks (string) Remarks.
workOrderMaintenancePlan (string) Maintenance Plan.
wOMaintenancePlanId (Guid) WO Maintenance Plan Id.
wOMaintenancePlanTaskId (Guid) WO Maintenance Plan Task Id.
wOTaskId (Guid) WO Task Id.
task (string) Task.


WorkOrderReportLaborResource

The following elements are required:

workOrderReportLaborKey (string) Report Labor.
workOrder (string) Work Order.
(fk) Allowed value: the natural key of a record of type WorkOrder. These records are accessibly through the WorkOrders service.
reportDate (DateTimeOffset) Report Date.
assetType (enum ReportAssetType) Type.
See ReportAssetType.
hourCost (MoneyResource) Hour Cost.
See MoneyResource .
currency (string) Currency.
(fk) Allowed value: the natural key of a record of type Currency. These records are accessibly through the Currencies service.
hours (TimeSpan) Total Time.
total (MoneyResource) Total.
See MoneyResource .
totalTime (int) Total Time.
company (string) Company.
(fk) Allowed value: the natural key of a record of type Company. These records are accessibly through the Companies service.
isLocked (bool) Is Locked.
exchangeRate (decimal) Exchange Rate.

The following elements are optional:

location (string) Location.
(fk) Allowed value: the natural key of a record of type Location. These records are accessibly through the Locations service.
equipment (string) Equipment.
(fk) Allowed value: the natural key of a record of type EquipmentItem. These records are accessibly through the EquipmentItems service.
tool (string) Tool.
(fk) Allowed value: the natural key of a record of type EquipmentItem. These records are accessibly through the EquipmentItems service.
maintenanceRoute (string) Route.
(fk) Allowed value: the natural key of a record of type Route. These records are accessibly through the Routes service.
employee (string) Employee.
(fk) Allowed value: the natural key of a record of type Employee. These records are accessibly through the Employees service.
schedulingLaborCost (string) Scheduling Labor Cost.
(fk) Allowed value: the natural key of a record of type SchedulingLaborCost. These records are accessibly through the SchedulingLaborCosts service.
expertise (string) Specialty.
(fk) Allowed value: the natural key of a record of type Expertise. These records are accessibly through the Expertises service.
expertiseTier (string) Specialty Tier.
(fk) Allowed value: the natural key of a record of type Tier. These records are accessibly through the Tiers service.
expertiseCostId (Guid) Expertise Cost Id.
startDate (DateTimeOffset) Start Date.
endDate (DateTimeOffset) End Date.
remarks (string) Remarks.
exchangeRateDate (DateTime) Exchange Rate Date.
workOrderMaintenancePlan (string) Maintenance Plan.
(fk) Allowed value: the natural key of a record of type MaintenancePlan. These records are accessibly through the MaintenancePlans service.
wOMaintenancePlanId (Guid) WO Maintenance Plan Id.
wOMaintenancePlanTaskId (Guid) WO Maintenance Plan Task Id.
wOTaskId (Guid) WO Task Id.
task (string) Task.
(fk) Allowed value: the natural key of a record of type Activity. These records are accessibly through the Activities service.


ExtensibilityCustomAttributeValueResource

The following elements are required:

value (object) The custom attribute value.

Enumerations


ReportAssetType

1 Location
2 Equipment
3 Tool