API Parameters
/order/v1/create
Create a new order
- tenantId (Tenant ID)
String
- orderType (Type of order)
String
- caseId (Case ID associated with the order)
String
- status (Status of the order)
String
- orderNumber (Order number)
String
- createdDate (Date when the order was created)
Integer (Epoch)
/order/v1/update
Update an existing order
- tenantId (Tenant ID)
String
- orderType (Updated order type)
String
- caseId (Case ID associated with the order)
String
- status (Updated status of the order)
String
- orderNumber (Updated order number)
String
- updatedDate (Date when the order was updated)
Integer (Epoch)
/order/v1/search
Search for orders based on criteria
- tenantId (Required, tenant ID for filtering)
String
- orderId (Optional, filter by order ID)
String
- caseId (Optional, filter by case ID)
String
- orderType (Optional, filter by order type)
String
- status (Optional, filter by order status)
String
- orderNumber (Optional, filter by order number)
String
- createdDate (Optional, filter by creation date)
Integer (Epoch)
/order/v1/exists
Check if an order exists
- orderId (Required, order ID to check)
String
Last updated