HubSpot · Example Payload

Commerce Payments Api Batch Create Request Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Commerce Payments Api Batch Create Request Example is an example object payload from HubSpot, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

inputs

Example Payload

Raw ↑
{
  "inputs": [
    {
      "properties": {
        "key": "value"
      },
      "associations": [
        {
          "to": {
            "id": {}
          },
          "types": [
            {}
          ]
        }
      ]
    }
  ]
}