Create a customer
POST
/customersCreate a customer; the tax id is sealed to the record and indexed by a keyed blind index
Headers
Idempotency-KeystringOptionalSend on every write that creates or changes money or state; a replay with the same key returns the original result with 200.
Body parameters
addressobjectRequired6 child attributes
citystringRequiredcountrystringRequiredline1stringRequiredline2stringOptionalpostal_codestringRequiredstatestringRequireddate_of_birthstringOptionalemailstringRequiredformation_datestringOptionallegal_namestringRequiredphonestringOptionaltax_idstringRequiredtypestringRequiredReturns
201 Created
The Customer object.
Errors
Every error is a problem document with a stable code. See Errors.
400401403404409412413422424429500503