WebAPI - Changing a requisition attribute

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 are the following:

i.company: company key

ii.requisitionKey: requisition key

iii.attribute: to be replaced by the attribute you wish to change on the requisition

Body example to change the requisition attribute:

Select:

i.x-www-form-urlencoded

ii.on the column VALUE, place the value of the attribute you wish to change.


    • Related Articles

    • 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 - Deleting a requisition

      This method allows you to delete a requisition. The method to be used when deleting a requisition is: DELETE  url/api/mytenant/myorganization/requisitions/requisitions/{{company}}/{{requisitionKey}} The parameters being replaced on the method are: ...
    • WebAPI - How to get the list of requisitions?

      This method allows getting the list of requisitions in a simplified manner. The method to be used when getting the requisitions list is: GET  url/api/mytenant/myorganization/requisitions/requisitions ​When this method is executed successfully, it ...
    • WebAPI - How to get the list of requisition types?

      This method allows to get the list of requisition types in a simplified manner.  The method to be used when getting the list of requisition types is:  GET  url/api/mytenant/myorganization/requisitionscore/requisitiontypes When this method is executed ...
    • 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 ...