Skip to main content

Update Supplier Contact

PUT 

/suppliers/:supplierId/contacts/:id

Update Supplier Contact

Request

Path Parameters

    supplierId stringrequired
    id stringrequired

Body

    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

Responses

Updated Supplier Contact

Schema

    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

    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...