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:
- GET:
- POST:
-
PUT:
- PUT Set Custom Attribute WorkOrderReportLabor
- PUT Set IsActive WorkOrderReportLabor
- PUT Set WorkOrderReportLaborKey WorkOrderReportLabor
- PUT Set ReportDate WorkOrderReportLabor
- PUT Set AssetType WorkOrderReportLabor
- PUT Set Location WorkOrderReportLabor
- PUT Set Equipment WorkOrderReportLabor
- PUT Set Tool WorkOrderReportLabor
- PUT Set MaintenanceRoute WorkOrderReportLabor
- PUT Set Employee WorkOrderReportLabor
- PUT Set SchedulingLaborCost WorkOrderReportLabor
- PUT Set Expertise WorkOrderReportLabor
- PUT Set ExpertiseTier WorkOrderReportLabor
- PUT Set ExpertiseCostId WorkOrderReportLabor
- PUT Set HourCost WorkOrderReportLabor
- PUT Set StartDate WorkOrderReportLabor
- PUT Set EndDate WorkOrderReportLabor
- PUT Set Currency WorkOrderReportLabor
- PUT Set Hours WorkOrderReportLabor
- PUT Set Total WorkOrderReportLabor
- PUT Set TotalTime WorkOrderReportLabor
- PUT Set Remarks WorkOrderReportLabor
- PUT Set Company WorkOrderReportLabor
- PUT Set IsLocked WorkOrderReportLabor
- PUT Set ExchangeRate WorkOrderReportLabor
- PUT Set ExchangeRateDate WorkOrderReportLabor
- PUT Set WorkOrderMaintenancePlan WorkOrderReportLabor
- PUT Set WOMaintenancePlanId WorkOrderReportLabor
- PUT Set WOMaintenancePlanTaskId WorkOrderReportLabor
- PUT Set WOTaskId WorkOrderReportLabor
- PUT Set Task WorkOrderReportLabor
- DELETE:
All Resources
This service uses the following resources:
- ApiWorkOrderReportLaborResource
- MoneyResource
- WorkOrderReportLaborInfoResource
- WorkOrderReportLaborResource
- ExtensibilityCustomAttributeValueResource
All Enumerations
This service uses the following enumerations:
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 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 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:
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 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:
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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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:
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 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:
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. |