WebAPI - Changing a requisition type attribute

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 the method are the following:
  1. requisitionTypeKey:requisition type key
  2. atributo: to be replaced by the attribute you wish to change on the requisition type



    • 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 requisition type

      This method allows creating a type of requisition in a simplified manner. The method to be used to create a requisition type is: POST url/api/mytenant/myorganization/requisitionscore/requisitiontypes Json example for creating a type of requisition:  ...
    • 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 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 - Creating a requisition type

      This method allows to create a type of requisition in a simplified manner. The method to be used to create a requisition type is: POSTurl/api/mytenant/myorganization/requisitionscore/requisitiontypes Json example for creating a type of requisition: ...