cURL
curl --request POST \ --url https://sandbox.withclasp.com/business_units \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "employer": "<string>", "legal_name": "<string>", "public_id": "<string>", "trade_name": "<string>", "federal_ein": "<string>", "is_primary": true, "address": { "line1": "<string>", "city": "<string>", "state": "AL", "zip_code": "<string>", "line2": "<string>" }, "phone_number": "<string>", "email": "<string>" } '
{ "id": "<string>", "employer": "<string>", "legal_name": "<string>", "public_id": "<string>", "trade_name": "<string>", "federal_ein": "<string>", "is_primary": true, "address": { "line1": "<string>", "city": "<string>", "state": "AL", "zip_code": "<string>", "line2": "<string>" }, "phone_number": "<string>", "email": "<string>" }
API Key authentication with required prefix "Bearer"
255
30
Show child attributes
10