Partially update an existing Supplier

Existing Suppliers can be updated using their id, via a PATCH operation on the Suppliers endpoint: /counterparties/suppliers/id.

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

Example Request

Example Response

{
    "id": "57cf3cbc-655d-4b41-9764-d0feababf7bc",
    "name": "Dev Supplier 2",
    "care_of": "null2",
    "remit_address_1": "sdsf",
    "remit_address_2": "",
    "remit_city": "test_remit_city",
    "remit_state": "CA",
    "remit_zipcode": "test_",
    "remit_country": "USA",
    "corporate_address_1": "test_corp_ad_1",
    "corporate_address_2": "test_corp_ad_2",
    "corporate_city": "test_corp_cty",
    "corporate_state": "TX",
    "corporate_zipcode": "test",
    "corporate_country": "USA",
    "corporate_phone_number": "03012314561",
    "external_reference_id": "DEVSUPPLIER-77",
    "tax_id": "333-44-88",
    "contacts": [
        {
            "payment_notification": false,
            "id": null,
            "external_reference_id": null,
            "name": null,
            "email": null,
            "phone": null,
            "primary": true
        },
        {
            "payment_notification": false,
            "id": null,
            "external_reference_id": null,
            "name": null,
            "email": null,
            "phone": null,
            "primary": false
        }
    ],
    "remit_email": "[email protected],[email protected]",
    "bank_account_number": "0012",
    "bank_routing_number": "121000358",
    "payment_method": "FinexioExpress",
    "delivery_method": null,
    "notification_method": "Email",
    "created": "2024-04-24T16:56:55.241000",
    "updated": "2024-04-24T17:02:07.994000",
    "payment_terms": 25,
    "ineligible_for_conversion": false,
    "payee_type": "Business",
    "twelve_month_payment_count": 12,
    "twelve_month_spend": 23,
    "notes": "test",
    "metadata": null,
    "enabled": true,
    "processing_fee": 0.015,
    "internal_payments": true
}
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!