service_requests

  • POST service_requests/createThis method creates a service request  Single service requests can be created by each call.
  • POST service_requests/cancelThis method cancels a Service Request, which is in Pending life cycle state.
  • POST service_requests/final_resolveThis method is updating a service request's final resolution information and sets the service request to life cycle state "Final Resolved". A single service request can be finally resolved by each call.
  • POST service_requests/respondThis method is updating a service request's response information and sets the service request to life cycle state "Responded". A single service request can be responded by each call.
  • service_requests/configuration
  • GET service_requests/get_respondedThis method returns all service requests which are in life cycle state "Responded". Multiple service requests are returned by each call. Note that identifiers are optional for this method.
  • POST service_requests/temporary_resolveThis method is updating a service request's temporary resolution information and sets the service request to life cycle state "Temporary Resolved". A single service request can be temporarily resolved by each call.
  • POST service_requests/temporary_acceptThis method is updating a service request by setting the temporary resolution acceptance information. A single service request can be accepted by each call
  • POST service_requests/final_acceptThis method is updating a service request by setting the final resolution acceptance information. A single service request can be accepted by each call
  • GET service_requests/get_pendingThis method returns all service requests which are in Pending life cycle state. Multiple service requests are returned by each call. Note that identifiers are optional for this method.
  • GET service_requests/get_completedThis method returns all service requests which are completed. Multiple service requests are returned by each call. Note that identifiers are optional for this method.
  • POST service_requests/updateThis method updates service requests. A single service request can be updated by each call and only if it is not completed. Fields which are not specified are not updated at all. Fields which are specified as null will be set as null.
  • GET service_requests/get_temporary_resolvedThis method returns all service requests which are in life cycle state "Temporary Resolved". Multiple service requests are returned by each call. Note that identifiers are optional for this method.
  • GET service_requests/get_final_resolved_pending_acceptanceThis method returns all service requests which are in life cycle state "Final Resolved" and pending acceptance. Multiple service requests are returned by each call. Note that identifiers are optional for this method.
  • POST service_requests/completeThis method is updating a service request by setting them as "Completed". A single service request can be completed by each call.
  • GET service_requests/get_close_to_estimated_completion_timeThis method returns all service requests which are close to estimated completion time. Multiple service requests are returned by each call.
  • POST service_requests/response_acceptThis method is updating a service request by setting the response acceptance information, considering that the specified response category is configured to require customer acceptance. A single service request can be accepted by each call
  • GET service_requests/get_overdueThis method returns all service requests which are not completed and are past their expected completion time. Multiple service requests are returned by each call. Note that identifiers are optional for this method.
  • GET service_requests/get_final_resolvedThis method returns all service requests which are in life cycle state "Final Resolved". Multiple service requests are returned by each call. Note that identifiers are optional for this method.
  • GET service_requests/get_temporary_resolved_pending_acceptanceThis method returns all service requests which are in state "Temporary Resolved" and are still pending acceptance. Multiple service requests are returned by each call. Note that identifiers are optional for this method.
  • GET service_requests/listThis method returns information related with service requests. Multiple service requests are returned by each call
  • GET service_requests/get_cancelledThis method returns information related with service requests that are cancelled
  • GET service_requests/get_responded_pending_acceptanceThis method returns all service requests which are in state "Responded" and are still pending acceptance, considering that the specified response category requires customer acceptance. Multiple service requests are returned by each call. Note that identifiers are optional for this method.
  • GET service_requests/showThis method returns information related with a service request. A single service request is returned by each call