Deal Object Properties
POST https://api.hubapi.com/crm/v3/properties/deals/batch/create
Request Body
{"inputs"=>[{"description"=>"Cart Discount", "label"=>"Cart Discount", "type"=>"string", "formField"=>true, "groupName"=>"dealinformation", "name"=>"cart_discount", "hasUniqueValue"=>false, "fieldType"=>"text"}, {"description"=>"External ID", "label"=>"External ID", "type"=>"string", "formField"=>true, "groupName"=>"dealinformation", "name"=>"external_id", "hasUniqueValue"=>false, "fieldType"=>"text"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |