AIMS API Documentation
DELETE WorkOrders/Delete
Deletes an existing work orders within AIMS.NET
Resource URL
https://bcgrouptest.aimsasp.net/AIMSUtilityService/AIMS.api/WorkOrders/Delete
Parameters
Number (Required) Ex: 1122
Populates the work orders number field.
Facility (Required) Ex: NORTH
Populates the work orders facility field.
Example Request
DELETE https://bcgrouptest.aimsasp.net/AIMSUtilityService/AIMS.api/WorkOrders/Delete
Form Data
ClientID=947c2b14-ec64-4baf-b3bc-d11a0514adb7&Number=1122&Facility=NORTH
Example Response (JSON)
{
  "IsSuccessful": true,
  "Errors": [],
  "Data": {
    "Number": 1122,
    "Facility": "NORTH",
    "Type": "PM",
    "Status": "OP",
    "Requester": "Mr. Smith",
    "Problem": "Routine maintenance",
    "AssignedTo": "ABC",
    "Priority": "1",
    "ChargeCenter": "ABC",
    "RequestDateTime": "2025-05-22T16:01:23.2407059-04:00",
    "TagNumber": "111",
    "EquipmentType": "ABC",
    "StatusDateTime": "2025-05-22T16:01:23.2407059-04:00",
    "FSR": "111ABC",
    "Notes": "These are some notes about this work order",
    "Procedure": "P1200",
    "JobType": "Wall Hangings",
    "Contact": "Joe Smith",
    "Email": "bill@microsoft.com",
    "Location": "South Wing",
    "Failure": "General Support",
    "ServiceDepartment": "ABC",
    "DueDateTime": "2025-05-22T16:01:23.2407059-04:00",
    "LaborLines": [],
    "MaterialLines": [],
    "ServiceNowID": "",
    "ServiceNowNumber": "",
    "AlertID": "A_10"
  }
}