Skip to main content

Update Supplier

PUT 

/suppliers/:id

Update Supplier

Request

Path Parameters

    id stringrequired

Body

    type string

    Type

    name string

    Name

    website string

    Website

    tags string

    Tags

    addresses

    object[]

  • Array [

  • supplierId string

    Supplier

    type string

    Type

    isPrimary string

    Is Primary

    name string

    Name

    organization string

    Organization

    address1 string

    Address1

    address2 string

    Address2

    address3 string

    Address3

    city string

    City

    region string

    Region

    postalCode string

    Postal Code

    country string

    Country

    phoneNumber string

    Phone Number

    notes string

    Notes

    tags string

    Tags

  • ]

  • contacts

    object[]

  • Array [

  • supplierId string

    Supplier

    type string

    Type

    Possible values: [Primary, Billing, Other]

    firstName string

    First Name

    lastName string

    Last Name

    title string

    Title

    email string

    Email

    phoneNumber string

    Phone Number

    notes string

    Notes

    tags string

    Tags

  • ]

  • documents

    object[]

  • Array [

  • supplierId string

    Supplier

    tags string

    Tags

    type string

    Type

    name string

    Name

    fileName string

    File Name

    notes string

    Notes

    visibility string

    Visibility

  • ]

  • notes

    object[]

  • Array [

  • supplierId string

    Supplier

    note string

    Note

    tags string

    Tags

  • ]

  • preferences

    object[]

  • Array [

  • supplierId string

    Supplier

    key string

    Key

    value string

    Value

    strict string

    Strict

    notes string

    Notes

    tags string

    Tags

  • ]

Responses

Updated Supplier

Schema

    type string

    Type

    name string

    Name

    website string

    Website

    tags string

    Tags

    clientId string

    ID

    id string

    Id

    createdAt string

    Created At

    updatedAt string

    Updated At

    deletedAt string

    Deleted At

    deleted string

    Deleted

    createdBy string

    Created By

    updatedBy string

    Updated By

    deletedBy string

    Deleted By

Loading...