Work | Operational Report
Service to manage entities of type 'OperationalReport'.
Overview
URL | api/{tenantKey}/{orgKey}/maintenance/operationalReports |
Methods Supported | GET, POST, PUT, DELETE |
All Operations
This service includes the following operations:
-
GET:
- GET OperationalReports (odata)
- GET OperationalReport by identifier
- GET OperationalReport by key
- GET Print OperationalReport by identifier
- GET Print OperationalReport by identifier (asynchronously)
- GET Print OperationalReport by key
- GET Print OperationalReport by key (asynchronously)
- GET Original Print OperationalReport by identifier
- GET Original Print OperationalReport by identifier (asynchronously)
- GET Original Print OperationalReport by key
- GET Original Print OperationalReport by key (asynchronously)
- POST:
-
PUT:
- PUT Set Custom Attribute OperationalReport
- PUT Set Custom Attribute OperationalReportTransition
- PUT Set Custom Attribute OperationalReportVerification
- PUT Set Custom Attribute OperationalReportLabor
- PUT Set Custom Attribute OperationalReportConsumption
- PUT Set Custom Attribute OperationalReportMiscCost
- PUT Set IsActive OperationalReport
- PUT Set OperationalReportKey OperationalReport
- PUT Set IsPrinted OperationalReport
- PUT Set WorkOrder OperationalReport
- PUT Set AssetType OperationalReport
- PUT Set Asset OperationalReport
- PUT Set Type OperationalReport
- PUT Set OperationalReportState OperationalReport
- PUT Set Workshop OperationalReport
- PUT Set Responsible OperationalReport
- PUT Set Date OperationalReport
- PUT Set Priorirty OperationalReport
- PUT Set PrintDate OperationalReport
- PUT Set Company OperationalReport
- PUT Set ProductInfo OperationalReport
- PUT Set Remarks OperationalReport
- PUT Set Details OperationalReport
- PUT Set MoreDetails OperationalReport
- PUT Set PrintedReportName OperationalReport
- PUT Set IsReprinted OperationalReport
- PUT Set IsSigned OperationalReport
- PUT Set TransitionDate OperationalReportTransition
- PUT Set TransitionPreviousState OperationalReportTransition
- PUT Set TransitionNewState OperationalReportTransition
- PUT Set TransitionResponsible OperationalReportTransition
- PUT Set VerificationAsset OperationalReportVerification
- PUT Set VerificationPlan OperationalReportVerification
- PUT Set VerificationTask OperationalReportVerification
- PUT Set VerificationDuration OperationalReportVerification
- PUT Set VerificationVerification OperationalReportVerification
- PUT Set VerificationEmployee OperationalReportVerification
- PUT Set VerificationRemarks OperationalReportVerification
- PUT Set VerificationValue OperationalReportVerification
- PUT Set LaborSpecialty OperationalReportLabor
- PUT Set LaborEmployee OperationalReportLabor
- PUT Set LaborStartDate OperationalReportLabor
- PUT Set LaborEndDate OperationalReportLabor
- PUT Set LaborHours OperationalReportLabor
- PUT Set LaborAsset OperationalReportLabor
- PUT Set LaborDate OperationalReportLabor
- PUT Set ConsumptionPart OperationalReportConsumption
- PUT Set ConsumptionQuantity OperationalReportConsumption
- PUT Set ConsumptionWarehouse OperationalReportConsumption
- PUT Set ConsumptionAsset OperationalReportConsumption
- PUT Set ConsumptionDate OperationalReportConsumption
- PUT Set MiscCostDate OperationalReportMiscCost
- PUT Set MiscCostMiscCost OperationalReportMiscCost
- PUT Set MiscCostEmployee OperationalReportMiscCost
- PUT Set MiscCostQuantity OperationalReportMiscCost
- PUT Set MiscCostValue OperationalReportMiscCost
- PUT Set MiscCostAsset OperationalReportMiscCost
- PUT Set RequestKey OperationalReportRequest
- PUT Set Description OperationalReportRequest
- PUT Set RequestedBy OperationalReportRequest
-
DELETE:
- DELETE Operational Report Transition by identifier
- DELETE Operational Report Verification by identifier
- DELETE Operational Report Labor by identifier
- DELETE Operational Report Consumption by identifier
- DELETE Operational Report Misc Cost by identifier
- DELETE Operational Report Request by identifier
- DELETE OperationalReport by identifier
- DELETE OperationalReport by key
All Resources
This service uses the following resources:
- ApiOperationalReportOperationalReportConsumptionsResource
- ApiOperationalReportOperationalReportLaborsResource
- ApiOperationalReportOperationalReportMiscCostsResource
- ApiOperationalReportOperationalReportRequestsResource
- ApiOperationalReportOperationalReportTransitionsResource
- ApiOperationalReportOperationalReportVerificationsResource
- ApiOperationalReportResource
- OperationalReportResource
- ExtensibilityCustomAttributeValueResource
GET OperationalReports (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 OperationalReportResource. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
GET OperationalReport 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 OperationalReportResource. |
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 OperationalReport by key
Returns the entity record that matches the specified key.
The following elements are required:
operationalReportKey | (string) Operational Report. |
Response:
When successful, the response body contains the entity record. See OperationalReportResource. |
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 Print OperationalReport by identifier
Prints the specified entity record.
The following elements are required:
id | (string) The record identifier. |
The following elements are optional:
template | (string) The report template that should be used. This is a query string parameter. |
Response:
When successful, the response body contains a stream with the printed file. |
Response status codes:
200 | OK. The operation was completed successfully. |
404 | NotFound. The specified record does not exist. |
Resource URL:
GET Print OperationalReport by identifier (asynchronously)
Prints the specified entity record asynchronously.
The following elements are required:
id | (string) The record identifier. |
The following elements are optional:
template | (string) The report template that should be used. This is a query string parameter. |
Response:
When successful, the response Location header contains an URL to download the printed file. |
Response status codes:
202 | Accepted. The operation was accepted. The response Location header contains the address to obtain the printed file when it's ready. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
GET Print OperationalReport by key
Prints the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
The following elements are optional:
template | (string) The report template that should be used. This is a query string parameter. |
Response:
When successful, the response body contains a stream with the printed file. |
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 Print OperationalReport by key (asynchronously)
Prints the specified entity record asynchronously.
The following elements are required:
operationalReportKey | (string) Operational Report. |
The following elements are optional:
template | (string) The report template that should be used. This is a query string parameter. |
Response:
When successful, the response Location header contains an URL to download the printed file. |
Response status codes:
202 | Accepted. The operation was accepted. The response Location header contains the address to obtain the printed file when it's ready. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
GET Original Print OperationalReport by identifier
Prints the specified entity record.
The following elements are required:
id | (string) The record identifier. |
The following elements are optional:
template | (string) The report template that should be used. This is a query string parameter. |
Response:
When successful, the response body contains a stream with the printed file. |
Response status codes:
200 | OK. The operation was completed successfully. |
404 | NotFound. The specified record does not exist. |
Resource URL:
GET Original Print OperationalReport by identifier (asynchronously)
Prints the specified entity record asynchronously.
The following elements are required:
id | (string) The record identifier. |
The following elements are optional:
template | (string) The report template that should be used. This is a query string parameter. |
Response:
When successful, the response Location header contains an URL to download the printed file. |
Response status codes:
202 | Accepted. The operation was accepted. The response Location header contains the address to obtain the printed file when it's ready. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
GET Original Print OperationalReport by key
Prints the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
The following elements are optional:
template | (string) The report template that should be used. This is a query string parameter. |
Response:
When successful, the response body contains a stream with the printed file. |
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 Original Print OperationalReport by key (asynchronously)
Prints the specified entity record asynchronously.
The following elements are required:
operationalReportKey | (string) Operational Report. |
The following elements are optional:
template | (string) The report template that should be used. This is a query string parameter. |
Response:
When successful, the response Location header contains an URL to download the printed file. |
Response status codes:
202 | Accepted. The operation was accepted. The response Location header contains the address to obtain the printed file when it's ready. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
POST OperationalReports
Creates a new entity record.
The following elements are required:
operationalReportResource | (ApiOperationalReportResource) The request body should contain the entity record that should be created. See ApiOperationalReportResource. |
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 ApiOperationalReportResource. |
Response status codes:
201 | Created. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
POST Operational Report Transition
Inserts a new 'Operational Report Transition' in the 'Operational Report'.
The following elements are required:
operationalReportKey | (string) Operational Report. |
value | (ApiOperationalReportOperationalReportTransitionsResource) The ApiOperationalReportOperationalReportTransitionsResource instance. See ApiOperationalReportOperationalReportTransitionsResource. |
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 is empty. |
Response status codes:
204 | NoContent. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
POST Operational Report Verification
Inserts a new 'Operational Report Verification' in the 'Operational Report'.
The following elements are required:
operationalReportKey | (string) Operational Report. |
value | (ApiOperationalReportOperationalReportVerificationsResource) The ApiOperationalReportOperationalReportVerificationsResource instance. See ApiOperationalReportOperationalReportVerificationsResource. |
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 is empty. |
Response status codes:
204 | NoContent. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
POST Operational Report Labor
Inserts a new 'Operational Report Labor' in the 'Operational Report'.
The following elements are required:
operationalReportKey | (string) Operational Report. |
value | (ApiOperationalReportOperationalReportLaborsResource) The ApiOperationalReportOperationalReportLaborsResource instance. See ApiOperationalReportOperationalReportLaborsResource. |
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 is empty. |
Response status codes:
204 | NoContent. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
POST Operational Report Consumption
Inserts a new 'Operational Report Consumption' in the 'Operational Report'.
The following elements are required:
operationalReportKey | (string) Operational Report. |
value | (ApiOperationalReportOperationalReportConsumptionsResource) The ApiOperationalReportOperationalReportConsumptionsResource instance. See ApiOperationalReportOperationalReportConsumptionsResource. |
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 is empty. |
Response status codes:
204 | NoContent. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
POST Operational Report Misc Cost
Inserts a new 'Operational Report Misc Cost' in the 'Operational Report'.
The following elements are required:
operationalReportKey | (string) Operational Report. |
value | (ApiOperationalReportOperationalReportMiscCostsResource) The ApiOperationalReportOperationalReportMiscCostsResource instance. See ApiOperationalReportOperationalReportMiscCostsResource. |
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 is empty. |
Response status codes:
204 | NoContent. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
POST Operational Report Request
Inserts a new 'Operational Report Request' in the 'Operational Report'.
The following elements are required:
operationalReportKey | (string) Operational Report. |
value | (ApiOperationalReportOperationalReportRequestsResource) The ApiOperationalReportOperationalReportRequestsResource instance. See ApiOperationalReportOperationalReportRequestsResource. |
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 is empty. |
Response status codes:
204 | NoContent. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
PUT Set Asset OperationalReport
Updates the value of attribute 'Asset' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
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 AssetType OperationalReport
Updates the value of attribute 'AssetType' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
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 Company OperationalReport
Updates the value of attribute 'Company' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
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 ConsumptionAsset OperationalReportConsumption
Updates the value of attribute 'ConsumptionAsset' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 ConsumptionDate OperationalReportConsumption
Updates the value of attribute 'ConsumptionDate' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 ConsumptionPart OperationalReportConsumption
Updates the value of attribute 'ConsumptionPart' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 ConsumptionQuantity OperationalReportConsumption
Updates the value of attribute 'ConsumptionQuantity' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 ConsumptionWarehouse OperationalReportConsumption
Updates the value of attribute 'ConsumptionWarehouse' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 Date OperationalReport
Updates the value of attribute 'Date' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
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 Description OperationalReportRequest
Updates the value of attribute 'Description' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 Details OperationalReport
Updates the value of attribute 'Details' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
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 IsActive OperationalReport
Updates the value of attribute 'IsActive' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
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 IsPrinted OperationalReport
Updates the value of attribute 'IsPrinted' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
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 IsReprinted OperationalReport
Updates the value of attribute 'IsReprinted' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
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 IsSigned OperationalReport
Updates the value of attribute 'IsSigned' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
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 LaborAsset OperationalReportLabor
Updates the value of attribute 'LaborAsset' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 LaborDate OperationalReportLabor
Updates the value of attribute 'LaborDate' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 LaborEmployee OperationalReportLabor
Updates the value of attribute 'LaborEmployee' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 LaborEndDate OperationalReportLabor
Updates the value of attribute 'LaborEndDate' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 LaborHours OperationalReportLabor
Updates the value of attribute 'LaborHours' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 LaborSpecialty OperationalReportLabor
Updates the value of attribute 'LaborSpecialty' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 LaborStartDate OperationalReportLabor
Updates the value of attribute 'LaborStartDate' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 MiscCostAsset OperationalReportMiscCost
Updates the value of attribute 'MiscCostAsset' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 MiscCostDate OperationalReportMiscCost
Updates the value of attribute 'MiscCostDate' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 MiscCostEmployee OperationalReportMiscCost
Updates the value of attribute 'MiscCostEmployee' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 MiscCostMiscCost OperationalReportMiscCost
Updates the value of attribute 'MiscCostMiscCost' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 MiscCostQuantity OperationalReportMiscCost
Updates the value of attribute 'MiscCostQuantity' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 MiscCostValue OperationalReportMiscCost
Updates the value of attribute 'MiscCostValue' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 MoreDetails OperationalReport
Updates the value of attribute 'MoreDetails' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
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 OperationalReportKey OperationalReport
Updates the value of attribute 'OperationalReportKey' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
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 OperationalReportState OperationalReport
Updates the value of attribute 'OperationalReportState' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
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 PrintDate OperationalReport
Updates the value of attribute 'PrintDate' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
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 PrintedReportName OperationalReport
Updates the value of attribute 'PrintedReportName' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
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 Priorirty OperationalReport
Updates the value of attribute 'Priorirty' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
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 ProductInfo OperationalReport
Updates the value of attribute 'ProductInfo' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
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 OperationalReport
Updates the value of attribute 'Remarks' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
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 RequestedBy OperationalReportRequest
Updates the value of attribute 'RequestedBy' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 RequestKey OperationalReportRequest
Updates the value of attribute 'RequestKey' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 Responsible OperationalReport
Updates the value of attribute 'Responsible' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
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 TransitionDate OperationalReportTransition
Updates the value of attribute 'TransitionDate' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 TransitionNewState OperationalReportTransition
Updates the value of attribute 'TransitionNewState' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 TransitionPreviousState OperationalReportTransition
Updates the value of attribute 'TransitionPreviousState' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 TransitionResponsible OperationalReportTransition
Updates the value of attribute 'TransitionResponsible' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 Type OperationalReport
Updates the value of attribute 'Type' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
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 VerificationAsset OperationalReportVerification
Updates the value of attribute 'VerificationAsset' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 VerificationDuration OperationalReportVerification
Updates the value of attribute 'VerificationDuration' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 VerificationEmployee OperationalReportVerification
Updates the value of attribute 'VerificationEmployee' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 VerificationPlan OperationalReportVerification
Updates the value of attribute 'VerificationPlan' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 VerificationRemarks OperationalReportVerification
Updates the value of attribute 'VerificationRemarks' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 VerificationTask OperationalReportVerification
Updates the value of attribute 'VerificationTask' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 VerificationValue OperationalReportVerification
Updates the value of attribute 'VerificationValue' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 VerificationVerification OperationalReportVerification
Updates the value of attribute 'VerificationVerification' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The detail identifier. |
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 WorkOrder OperationalReport
Updates the value of attribute 'WorkOrder' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
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 Workshop OperationalReport
Updates the value of attribute 'Workshop' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report. |
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 Custom Attribute OperationalReport
Updates the value of 'CustomAttribute' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report |
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 Set Custom Attribute OperationalReportTransition
Updates the value of 'CustomAttribute' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report |
lineId | (string) The detail identifier. |
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 Set Custom Attribute OperationalReportVerification
Updates the value of 'CustomAttribute' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report |
lineId | (string) The detail identifier. |
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 Set Custom Attribute OperationalReportLabor
Updates the value of 'CustomAttribute' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report |
lineId | (string) The detail identifier. |
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 Set Custom Attribute OperationalReportConsumption
Updates the value of 'CustomAttribute' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report |
lineId | (string) The detail identifier. |
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 Set Custom Attribute OperationalReportMiscCost
Updates the value of 'CustomAttribute' in the specified entity record.
The following elements are required:
operationalReportKey | (string) Operational Report |
lineId | (string) The detail identifier. |
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 Operational Report Transition by identifier
Deletes the entity record that matches the specified identifier.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The line identifier. |
Response:
When successful, the response body is empty. |
Response status codes:
204 | NoContent. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
404 | NotFound. The specified record does not exist. |
Resource URL:
DELETE Operational Report Verification by identifier
Deletes the entity record that matches the specified identifier.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The line identifier. |
Response:
When successful, the response body is empty. |
Response status codes:
204 | NoContent. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
404 | NotFound. The specified record does not exist. |
Resource URL:
DELETE Operational Report Labor by identifier
Deletes the entity record that matches the specified identifier.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The line identifier. |
Response:
When successful, the response body is empty. |
Response status codes:
204 | NoContent. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
404 | NotFound. The specified record does not exist. |
Resource URL:
DELETE Operational Report Consumption by identifier
Deletes the entity record that matches the specified identifier.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The line identifier. |
Response:
When successful, the response body is empty. |
Response status codes:
204 | NoContent. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
404 | NotFound. The specified record does not exist. |
Resource URL:
DELETE Operational Report Misc Cost by identifier
Deletes the entity record that matches the specified identifier.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The line identifier. |
Response:
When successful, the response body is empty. |
Response status codes:
204 | NoContent. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
404 | NotFound. The specified record does not exist. |
Resource URL:
DELETE Operational Report Request by identifier
Deletes the entity record that matches the specified identifier.
The following elements are required:
operationalReportKey | (string) Operational Report. |
lineId | (string) The line identifier. |
Response:
When successful, the response body is empty. |
Response status codes:
204 | NoContent. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
404 | NotFound. The specified record does not exist. |
Resource URL:
DELETE OperationalReport 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 OperationalReport by key
Deletes the entity record that matches the specified key.
The following elements are required:
operationalReportKey | (string) Operational Report. |
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
ApiOperationalReportOperationalReportConsumptionsResource
The following elements are optional:
consumptionPart | (string) Part / Description. |
consumptionQuantity | (string) Quantity / Unit. |
consumptionWarehouse | (string) Warehouse. |
consumptionAsset | (string) Asset. |
consumptionDate | (DateTimeOffset) Consumption Date. |
ApiOperationalReportOperationalReportLaborsResource
The following elements are optional:
laborSpecialty | (string) Specialty. |
laborEmployee | (string) Employee. |
laborStartDate | (DateTimeOffset) Start Date. |
laborEndDate | (DateTimeOffset) End Date. |
laborHours | (string) Total Time. |
laborAsset | (string) Asset. |
laborDate | (DateTimeOffset) Labor Date. |
ApiOperationalReportOperationalReportMiscCostsResource
The following elements are optional:
miscCostDate | (DateTimeOffset) Date. |
miscCostMiscCost | (string) Misc Cost. |
miscCostEmployee | (string) Employee. |
miscCostQuantity | (string) Quantity. |
miscCostValue | (string) Value. |
miscCostAsset | (string) Asset. |
ApiOperationalReportOperationalReportRequestsResource
The following elements are optional:
requestKey | (string) Request. |
description | (string) Description. |
requestedBy | (string) Requested By. |
ApiOperationalReportOperationalReportTransitionsResource
The following elements are optional:
transitionDate | (DateTimeOffset) Date. |
transitionPreviousState | (string) Previous State. |
transitionNewState | (string) New State. |
transitionResponsible | (string) Responsible. |
ApiOperationalReportOperationalReportVerificationsResource
The following elements are optional:
verificationAsset | (string) Asset. |
verificationPlan | (string) Plan. |
verificationTask | (string) Task. |
verificationDuration | (string) Duration. |
verificationVerification | (string) Verification. |
verificationEmployee | (string) Employee. |
verificationRemarks | (string) Remarks. |
verificationValue | (string) Value. |
ApiOperationalReportResource
The following elements are required:
operationalReportKey | (string) Operational Report. |
company | (string) Company. |
The following elements are optional:
isPrinted | (bool) Is Printed. |
workOrder | (string) Work Order. |
assetType | (string) Asset Type. |
asset | (string) Asset. |
type | (string) Type. |
operationalReportState | (string) Operational Report State. |
workshop | (string) Workshop. |
responsible | (string) Responsible. |
date | (DateTimeOffset) Date. |
priorirty | (string) Priority. |
printDate | (DateTimeOffset) Print Date. |
operationalReportTransitions | (List of ApiOperationalReportOperationalReportTransitionsResource) Tasks.
See ApiOperationalReportOperationalReportTransitionsResource. |
operationalReportVerifications | (List of ApiOperationalReportOperationalReportVerificationsResource) Verifications.
See ApiOperationalReportOperationalReportVerificationsResource. |
operationalReportLabors | (List of ApiOperationalReportOperationalReportLaborsResource) Labors.
See ApiOperationalReportOperationalReportLaborsResource. |
operationalReportConsumptions | (List of ApiOperationalReportOperationalReportConsumptionsResource) Consumptions.
See ApiOperationalReportOperationalReportConsumptionsResource. |
operationalReportMiscCosts | (List of ApiOperationalReportOperationalReportMiscCostsResource) Misc Costs.
See ApiOperationalReportOperationalReportMiscCostsResource. |
productInfo | (string) Product Info. |
remarks | (string) Remarks. |
details | (string) Details. |
moreDetails | (string) More Details. |
operationalReportRequests | (List of ApiOperationalReportOperationalReportRequestsResource) Operational Report Requests.
See ApiOperationalReportOperationalReportRequestsResource. |
printedReportName | (string) Printed Report Name. |
isReprinted | (bool) Is Reprinted. |
isSigned | (bool) Is Signed. |
OperationalReportResource
The following elements are required:
operationalReportKey | (string) Operational Report. |
company | (string) Company.
(fk) Allowed value: the natural key of a record of type Company. These records are accessibly through the Companies service. |
The following elements are optional:
isPrinted | (bool) Is Printed. |
workOrder | (string) Work Order. |
assetType | (string) Asset Type. |
asset | (string) Asset. |
type | (string) Type. |
operationalReportState | (string) Operational Report State. |
workshop | (string) Workshop. |
responsible | (string) Responsible. |
date | (DateTimeOffset) Date. |
priorirty | (string) Priority. |
printDate | (DateTimeOffset) Print Date. |
operationalReportTransitions | (List of OperationalReportTransitionResource) Tasks.
See OperationalReportTransitionResource. |
operationalReportVerifications | (List of OperationalReportVerificationResource) Verifications.
See OperationalReportVerificationResource. |
operationalReportLabors | (List of OperationalReportLaborResource) Labors.
See OperationalReportLaborResource. |
operationalReportConsumptions | (List of OperationalReportConsumptionResource) Consumptions.
See OperationalReportConsumptionResource. |
operationalReportMiscCosts | (List of OperationalReportMiscCostResource) Misc Costs.
See OperationalReportMiscCostResource. |
productInfo | (string) Product Info. |
remarks | (string) Remarks. |
details | (string) Details. |
moreDetails | (string) More Details. |
operationalReportRequests | (List of OperationalReportRequestResource) Operational Report Requests.
See OperationalReportRequestResource. |
printedReportName | (string) Printed Report Name. |
isReprinted | (bool) Is Reprinted. |
isSigned | (bool) Is Signed. |
ExtensibilityCustomAttributeValueResource
The following elements are required:
value | (object) The custom attribute value. |