SUBJECT_CODE. It accepts a PATCH request with the new supplier information and updates the existing record accordingly. A successful update returns the updated supplier details, while an error will be returned if the supplier is not found.description_it, description_en, etc. The JSON sample is given in English.SUBJECT_CODE in the request path to identify the supplier.PATCH request with the SUBJECT_CODE and the updated supplier data.prog_id and subject_code.SUBJECT_CODE does not match any supplier in the system, the API will return an error with a message like "Supplier not found with subject_code: {{subject_code}}".