WebAPI - Changing the request attribute

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 following:
  1. companyKey: company key
  2. requestKey: request key
  3. atributo: to be replaced by the attribute you wish to change on the request
Body example to change the request attribute:
 
Select:
  1. x-www-form-urlencoded
  2. on the column VALUE, place the value of the attribute you wish to change.
Example: Changing the priority level of request 000001.


    • Related Articles

    • WebAPI - Changing a requisition attribute

      This method allows changing a requisition. The method to be used when changing a requisition attribute is:  PUT  {{url}/api/{{tenant}}/{{organization}}/requisitions/requisitions/{{company}}/{{requisitionKey}}/{{atributo}} The parameters on the method ...
    • 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", "description": "Vidro ...
    • WebAPI - Changing a requisition type attribute

      This method allows to change a requisition type. The method to be used when changing a requisition type attribute is: PUT {{url}/api/{{tenant}}/{{organization}}/requisitionscore/requisitiontypes/{{requisitiontypeKey}}/{{atributo}} The parameters on ...
    • WebAPI - Changing a part or service attribute

      This method allows to change a part or service field.   The method to be used to change a part or service attribute is:    PUT  {{url}/api/{{tenant}}/{{organization}}/businesscore/parts/{{partKey}}/{{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 ...