- Overview
- Account Settings
- Assets
- Connectors Framework
- Customer Portal
- Customers
- Dashboards
- Devices
- Dispatching
- Forms
- Inventory
- Invoices & Billing
- Locations
- Payments
- Parts
- Projects
- Quotes
- Recurrent Routes
- Recurrent Services
- Reports
- Sales Orders
- Schedule
- Services
- Tasks
- Text Messaging
- Time Tracking
- Users
- Work Orders
Overview
Delete a Schedule Constraints of a customer in MobiWork
Delete a Schedule Constraints of a customer in MobiWork
URL Format
https://{domain}.mobiwork.com/api/rest/{clientId}/{versionNumber}/customer/{customerId}/scheduleConstraint/{scheduleConstraintId}/delete.html?token=XXXXXXXX&userId={userId}
https://{domain}.mobiwork.com/api/rest/{clientId}/{versionNumber}/customer/{customerId}/scheduleConstraint/{scheduleConstraintId}/delete.html?token=XXXXXXXX&userId={userId}
Arguments
clientId required |
MobiWork assigned unique ID of the company |
versionNumber required |
Version number of MobiWork API SDK release. Current version is: 10.0.78 |
token required |
Part of URL as a request parameter and is required in every call to verify access to API calls |
customerId required |
Identifies the customer from which constraint to be deleted |
Schedule Constraint ID required |
Identifies the schedule constraint |
userId optional |
If provided, this User ID will be taken as a logged in user. If not provided we use an active global administrator ID |
Return
Returns successful message or errors will be returned
Returns successful message or errors will be returned
Request Body XSD
None
None
Response Body XSD
Curl Example
HTTP Method: | GET |
Request: | curl -k -X GET "https://www.mobiwork.com/api/rest/12014/10.0.78/customer/40378/scheduleConstraint/284/delete.html?token=COJL8X2FKSLMMRTYCH2B" |
Response: | <?xml version="1.0" encoding="UTF-8" ?> <response version="10.0.78" statusCode="1">Customer schedule constraint deletion is successful</response> |