- Subcategories:
- Activities
- Attachments
- Channel Communications
- Contact Members
- Interaction References
- Messages
- Milestones
- Resources
- Service Addresses
- Service Request References
- Smart Actions
- Tags
Service Requests 11.13.18.05 REST Endpoints
Service Requests/Service Requests 11.13.18.05
The service requests resource is used to view, create, update, and delete service requests. A service request is a document to track a request from a customer for a service from the time the customer makes the request until the request is resolved.
- Copy service request attachments
- Method: postPath:
/crmRestApi/resources/11.13.18.05/serviceRequests/action/copySRAttachments - Copy service request attachments to messages
- Method: postPath:
/crmRestApi/resources/11.13.18.05/serviceRequests/action/copyAttachmentsToMessage - Create a service request
- Method: postPath:
/crmRestApi/resources/11.13.18.05/serviceRequests - Delete a service request
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/serviceRequests/{SrNumber} - Get a service request
- Method: getPath:
/crmRestApi/resources/11.13.18.05/serviceRequests/{SrNumber} - Get all service requests
- Method: getPath:
/crmRestApi/resources/11.13.18.05/serviceRequests - Get service request milestone diagnostics
- Method: postPath:
/crmRestApi/resources/11.13.18.05/serviceRequests/{SrNumber}/action/getSrMilestoneDiagnostics - Refresh service request milestones
- Method: postPath:
/crmRestApi/resources/11.13.18.05/serviceRequests/{SrNumber}/action/processSrMilestones - Send an email to SR message recipients
- Method: postPath:
/crmRestApi/resources/11.13.18.05/serviceRequests/{SrNumber}/action/sendEmailForSrMessage - Update a service request
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/serviceRequests/{SrNumber}