Airgas · Example Payload

Airgas Account Example

Fortune 500Industrial GasesWeldingSafetyB2BSupply ChainManufacturingHealthcare

Airgas Account Example is an example object payload from Airgas, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

account_numbercompany_nameaccount_typeprimary_contactbilling_addresscredit_limitpayment_termsis_active

Example Payload

airgas-account-example.json Raw ↑
{
  "account_number": "ACCT-789012",
  "company_name": "Precision Metal Works Inc.",
  "account_type": "industrial",
  "primary_contact": {
    "name": "Jane Smith",
    "email": "jane.smith@example.com",
    "phone": "+1-713-555-0100"
  },
  "billing_address": {
    "street": "123 Industrial Blvd",
    "city": "Houston",
    "state": "TX",
    "zip": "77001",
    "country": "US"
  },
  "credit_limit": 50000.0,
  "payment_terms": "NET30",
  "is_active": true
}