GET
/
api
/
external
/
v2
/
company_customers
/
{id}
{
  "billing_address": {
    "address": "occaecat aliqua eu velit",
    "city": "officia anim consequat non cupidatat",
    "country_alpha2": "adipisicing",
    "postal_code": "mollit"
  },
  "billing_iban": "FR1420041010050500013M02606",
  "billing_language": "de_DE",
  "created_at": "2023-08-30T10:08:08.146343Z",
  "delivery_address": {
    "address": "ipsum id sed Ut",
    "city": "reprehenderit sint ullamco laborum",
    "country_alpha2": "tempor mollit laboris",
    "postal_code": "nostrud fugiat ipsum velit enim"
  },
  "emails": [
    "hello@example.org"
  ],
  "external_reference": "0e67fc3c-c632-4feb-ad34-e18ed5fbf66a",
  "id": 42,
  "ledger_account": {
    "id": 2070804
  },
  "name": "My Company",
  "notes": "Some notes",
  "payment_conditions": "60_days",
  "phone": "+33612345678",
  "recipient": "John Doe",
  "reference": "REF-1234",
  "reg_no": "123456789",
  "updated_at": "2023-08-30T10:08:08.146343Z",
  "vat_number": "FR12345678901"
}

Path Parameters

id
string
required

(Required) Company customer identifier

Example:

"adipisicing nostrud dolor"

Response

200
application/json

Returns a company customer

The response is of type object.