Skip to main content
Version: 202201

Procurement List

GET 

/openapi/2022-01/center/procurements

Request

Query Parameters

    state string

    Status of the procurement order

    created_at_min string

    Filter procurement orders created at or after date, for example: 2016-01-18T23:41:00Z

    created_at_max string

    Filter procurement orders created at or before date, for example: 2016-01-18T23:41:00Z

    updated_at_min string

    Filter procurement orders last updated at or after date, for example: 2016-01-18T23:41:00Z

    updated_at_max string

    Filter procurement orders last updated at or before date, for example: 2016-01-18T23:41:00Z

    page string

    Page number

    limit string

    Limit per page

    ids string

    Procurement order ids. eg: 395544340488797681,395544340488797682

Responses

200

Schema
    countinteger
    Default value: 0
    Example: 1
    procurements object[]
  • Array [
  • idinteger
    Default value: 0
    Example: 395544340488797700
    procurement_snstring
    Example: 00000334
    source_idinteger
    Default value: 0
    Example: 385324610498871200
    location_idinteger
    Default value: 0
    Example: 329868727321378750
    notestring
    Example:
    stateinteger
    Default value: 0
    Example: 1
    pending_quantityinteger
    Default value: 0
    Example: 1
    received_quantityinteger
    Default value: 0
    Example: 0
    rejected_quantityinteger
    Default value: 0
    Example: 0
    transfer_quantityinteger
    Default value: 0
    Example: 1
    created_bystring
    created_atstring
    Example: 2024-06-26T11:52:00Z
    updated_atstring
    Example: 2024-06-26T11:52:00Z
    source_typeinteger
    Default value: 0
    Example: 1
    procurement_nostring
    Example: 20240626
    supplier_namestring
    Example: 2222222
    tracking_numberstring
    Example:
    estimated_delivery_timestring
    Example:
  • ]