Update Supplier Contact

Update Supplier's exsiting Contact

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Suppliers' Contacts can be updated via a PUT operation through the Suppliers Contacts endpoint, using the supplier's id and contact's external_reference_id: /counterparties/suppliers/{id}/contacts/{external_reference_id}

For a full definition of the Supplier Contact object and its attributes, please refer to this page. Mandatory attributes will also be indicated.

Example Request

{
    "name": "updated contact name",
    "phone": "111-222-3333",
    "primary": false,
    "payment_notification": true
}

Example Response

{
    "payment_notification": true,
    "id": "644ad10d-5d1b-49b1-88b7-c42c5347d8b6",
    "external_reference_id": "TESTdev3",
    "name": "updated contact name",
    "email": null,
    "phone": "111-222-3333",
    "primary": false
}
Path Params
string
required

uuid of supplier

string
required

external_reference_id of contact

Body Params
string
length ≤ 100

max length = 100
This value must be unique.

string
length ≤ 40

max length = 40

string
length ≤ 50

max length = 50

string
length ≤ 17

max length = 17

boolean
required

Indicates whether the contact is the primary contact.

boolean
Defaults to false

Indicates whether notifications of payments need to be sent using the email value.

Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json