PUT
/
api
/
external
/
v2
/
individual_customers
/
{id}
{
  "billing_address": {
    "address": "amet cupidatat",
    "city": "amet qui labore dolore",
    "country_alpha2": "commodo sit officia minim",
    "postal_code": "commodo"
  },
  "billing_iban": "FR1420041010050500013M02606",
  "billing_language": "fr_FR",
  "created_at": "2023-08-30T10:08:08.146343Z",
  "delivery_address": {
    "address": "dolor ex",
    "city": "",
    "country_alpha2": "minim eiusmod in officia sit",
    "postal_code": "et minim in pariatur"
  },
  "emails": [
    "hello@example.org"
  ],
  "external_reference": "0e67fc3c-c632-4feb-ad34-e18ed5fbf66a",
  "first_name": "John",
  "id": 42,
  "last_name": "Doe",
  "ledger_account": {
    "id": 51025772
  },
  "name": "John Doe",
  "notes": "Some notes",
  "payment_conditions": "45_days",
  "phone": "+33612345678",
  "recipient": "John Doe",
  "reference": "REF-1234",
  "updated_at": "2023-08-30T10:08:08.146343Z"
}

Path Parameters

id
string
required

(Required) Individual customer identifier

Example:

"adipisicing nostrud dolor"

Body

application/json

Response

200
application/json

Returns the updated individual customer

The response is of type object.