Skip to main content
Version: v1.0.0(int)

Customers

Customers plus their taxonomy: customer types, segments, and brokers.

Endpoints E044E064. Each maps 1:1 to the L3 workflow with the same number — see the master endpoints table for the flat view.

Writes

  • E044 POST /customers — Create customer → W044
  • E047 PATCH /customers/:id — Update customer → W047
  • E048 DELETE /customers/:id — Delete customer → W048
  • E064 POST /customers/bulk-import — Bulk-import customers → W064
  • E049 POST /customer-types — Create customer type → W049
  • E051 PATCH /customer-types/:id — Update customer type → W051
  • E052 DELETE /customer-types/:id — Delete customer type → W052
  • E054 POST /customer-segments — Create customer segment → W054
  • E056 PATCH /customer-segments/:id — Update customer segment → W056
  • E057 DELETE /customer-segments/:id — Delete customer segment → W057
  • E059 POST /brokers — Create broker → W059
  • E061 PATCH /brokers/:id — Update broker → W061
  • E062 DELETE /brokers/:id — Delete broker → W062

Reads

  • E045 GET /customers — List customers → W045
  • E046 GET /customers/:id — Get customer detail → W046
  • E050 GET /customer-types — List customer types → W050
  • E053 GET /customer-types/:id/in-use — Check if customer type is in use → W053
  • E055 GET /customer-segments — List customer segments → W055
  • E058 GET /customer-segments/:id/in-use — Check if customer segment is in use → W058
  • E060 GET /brokers — List brokers → W060
  • E063 GET /brokers/:id/in-use — Check if broker is in use → W063