Skip to main content
Version: 202506

Update procurement

PUT 

/openapi/2025-06/procurements/:procurement_id

Allows updating the details of an existing procurement record, such as its supplier, note, or other properties.

Request

Path Parameters

    procurement_id stringrequired

    The unique identifier of the procurement record to update

Bodyrequired

    procurement object

    Procurement

    supplier_idstring

    ID of the supplier for this procurement

    notestring

    Optional note or comment about the procurement

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    procurement object

    Procurement

    idstring

    Procurement ID

    procurement_snstring

    Procurement serial number

    supplier_idstring

    Supplier ID

    location_idstring

    Location ID

    notestring

    Note or remark

    stateint32

    Procurement state

    pending_quantityint32

    Pending quantity

    received_quantityint32

    Received quantity

    rejected_quantityint32

    Rejected quantity

    transfer_quantityint32

    Transfer quantity

    created_bystring

    Created by

    created_atstring

    Creation timestamp, in ISO-8601 format

    updated_atstring

    Last update timestamp, in ISO-8601 format