AIMS API Documentation
DELETE WorkOrderLabor/Delete
Deletes an existing work order labor within AIMS.NET
Resource URL
https://bcgrouptest.aimsasp.net/AIMSUtilityService/AIMS.api/WorkOrderLabor/Delete
Parameters
Number (Required) Ex: 1122
Populates the work order labor number field.
Facility (Required) Ex: NORTH
Populates the work order labor facility field.
Sequence (Required) Ex: 2
Populates the work order labor sequence field.
Example Request
DELETE https://bcgrouptest.aimsasp.net/AIMSUtilityService/AIMS.api/WorkOrderLabor/Delete
Form Data
ClientID=947c2b14-ec64-4baf-b3bc-d11a0514adb7&Number=1122&Facility=NORTH&Sequence=2
Example Response (JSON)
{
  "IsSuccessful": true,
  "Errors": [],
  "Data": {
    "Number": 1122,
    "Facility": "NORTH",
    "Sequence": 2,
    "LineItemID": 39,
    "Employee": "BRAND",
    "Response": "ATP",
    "Hours": "1.5",
    "Action": "Replaced the belts.",
    "ChargeRate": "20.50",
    "RateMultiplier": "1.5",
    "WorkType": "I",
    "LaborType": "L",
    "CostingType": "H",
    "ContractRate": "100",
    "Billable": "Y",
    "Charge": "95.00",
    "DoneDateTime": "2025-05-16T01:47:21.2424603-04:00",
    "StartDateTime": "2025-05-16T01:47:21.2424603-04:00",
    "EndDateTime": "2025-05-16T01:47:21.2424603-04:00"
  }
}