Add a new customer
POST {{baseUrl}}/customer
Request Body
{"id"=>34945437, "name"=>"{{$randomFullName}}", "company"=>"{{$randomCompanyName}}", "tag"=>"{{$randomBsNoun}}", "role"=>"{{$randomJobTitle}}", "vertical"=>"{{$randomProductName}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
{"message":"New customer added!","status":"OK"}