Requests
WebAPI – Changing a Request state and the service classification
This method allows to change the request state and, if it is on the final state, it allows to classify the service. The method to be used when changing the state of a request: POST ...
WebAPI– How to add an attachment to a Request?
This method allows adding an attachment to a request. The method to be used when adding an attachment to a request is: PUT {{url}}/api/{{tenant}}/{{organization}}/requests/requests/{{companyKey}}/{{requestKey}}/Attachment The parameters on the ...
WebAPI – Getting requests created by employee
This method returns the list of internal requests created by employee. The method to be used to get the filtered list of requests created by employee is: GET ...
WebAPI - Creating a request
This method allows to create a request in a simplified manner. The method to be used when creating a request: POST url/api/mytenant/myorganization/Requests/requests Json example for creating a request: { "requestKey": "00001", ...
WebAPI - Deleting the request
This method allows you to delete a request. The method to be used when deleting a request: DELETE url/api/mytenant/myorganization/requests/requests/{{companyKey}}/{{RequestKey}} The parameters being replaced on the method are: companyKey: company ...
WebAPI - Changing the request attribute
This method allows to change a request field. The method to be used when changing the request attribute: PUT {{url}/api/{{tenant}}/{{organization}}/requests/requests/{{companyKey}}/{{requestKey}}/{{atributo}} The parameters on the method are the ...
WebAPI- Changing the state of the request
This method allows to change the state of a request. The method to be used when changing the state of a request: PUT {{url}/api/{{tenant}}/{{organization}}/requests/requests/{{companyKey}}/{{requestKey}}/schemaEntityState The parameters on the ...