Skip to main content

Get a stock supplier

Get a stock supplier by its id (required scope stock:read)

Path Parameters
    stockDetailsId int64 required

    Possible values: >= 1

    The unique identifier of the stock details entity

    stockSupplierId int64 required

    Possible values: >= 1

    The unique identifier of the stock supplier

Header Parameters
    Customer-Id int64 required

    The customer identifier

Responses

Success


Schema
    id int64

    The unique identifier of the stock supplier

    stockDetailsId int64

    The unique identifier of the stock details record

    contactId int64

    The unique identifier of the contact for this stock supplier

    warrantyPeriod int32 nullable

    The warranty period refers to the duration (in months) for which the stock supplier guarantees the inventory's quality and performance

    cost double nullable

    The cost refers to the amount charged by the stock supplier for each unit of inventory

    currencyCode CurrencyRead

    Possible values: [eur, aud, gbp, bgn, cad, czk, dkk, huf, ils, lvl, ltl, mxn, nzd, nok, pln, ron, rub, zar, sek, chf, aed, usd, unknown]

    Currency definitions enum, matches currencies available in the BigChange Client Site with an unknown value to handle unrecognised currencies returned from the database

    Possible values:

    • eur: Euro
    • aud: Australian Dollar
    • gbp: Pound Sterling
    • bgn: Bulgarian Lev
    • cad: Canadian Dollar
    • czk: Czech Koruna
    • dkk: Danish Krone
    • huf: Forint
    • ils: New Israeli Sheqel
    • lvl: Latvian Lats - replaced by Euro
    • ltl: Lithuanian Litas - replaced by Euro
    • mxn: Mexican Peso
    • nzd: New Zealand Dollar
    • nok: Norwegian Krone
    • pln: Zloty
    • ron: Romanian Leu
    • rub: Russian Ruble
    • zar: Rand
    • sek: Swedish Krona
    • chf: Swiss Franc
    • aed: UAE Dirham
    • usd: US Dollar
    • unknown: Unknown currency

Loading...