Contact
Last updated
Last updated
Fetches details of a specific supplier contact based on the provided contact ID.
The ID of the supplier contact to retrieve.
Bearer token for vendor authentication
Successfully retrieved the supplier contact.
Deletes the details of a specific supplier contact based on the contact ID.
The ID of the supplier contact to delete.
Bearer token for vendor authentication
Successfully deleted the supplier contact.
Retrieves the list of all supplier contacts with optional pagination.
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
Successfully retrieved the supplier contact list.
Creates a contact for a specific supplier.
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.
Successfully created the supplier contact.
Updates the details of a specific supplier contact based on the 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
Successfully updated the supplier contact.