Contact
Last updated
Last updated
Retrieves the list of all supplier contacts with optional pagination.
/supplier/contacts/list
Number of results to return per page.
Number of results to skip (for pagination).
Flag to determine if the count of contacts should be included.
Bearer token for vendor authentication
Creates a contact for a specific supplier.
/supplier/create-contact
Bearer token for vendor authentication
The name of the contact.
The ID of the supplier the contact belongs to.
The position of the contact in the supplier organization.
The status of the contact (active/inactive).
The email address of the contact.
The mobile number of the contact.
Fetches details of a specific supplier contact based on the provided contact ID.
/supplier/contact/{id}
The ID of the supplier contact to retrieve.
Bearer token for vendor authentication
Updates the details of a specific supplier contact based on the contact ID.
/supplier/contact/{id}
The ID of the supplier contact to update.
Bearer token for vendor authentication
The ID of the supplier contact
56
The name of the contact
test
The ID of the associated supplier
32
The position of the contact
3
The status of the contact (active or inactive)
0
The email address of the contact
test@gmail.com
The mobile number of the contact
5345463636
Deletes the details of a specific supplier contact based on the contact ID.
/supplier/contact/{id}
The ID of the supplier contact to delete.
Bearer token for vendor authentication