v1
latestOpenAPI 3.0.12026-07-24310590875.6 KBpartner
Create an organization
Create a new organization.
This operation requires partner-level permissions.
- A sessionId header value generated with API partner login
- An appKey header value
See Organizations for BILL partners in the Guides section for more information, sample requests, and responses.
post/v3/partner/organizations
Headers
sessionIdstring nullable
API session ID generated with /v3/partner/login
Example:{{partner_session_id}}
appKeystring nullable
Application key sent to you by BILL when you create a partner account
Example:{{app_key}}
Request body
Example request
{
"name": "Rice Cakes Inc",
"address": {
"line1": "987 Home St",
"city": "San Jose",
"stateOrProvince": "CA",
"zipOrPostalCode": "95002",
"country": "US"
},
"phone": "{{org_phone_no}}",
"taxId": "999888777",
"taxIdType": "EIN",
"companyOwner": {
"name": "Noodle Soupsmith",
"dateOfBirth": "1985-01-01"
},
"industry": "Restaurant Caterer or Bar",
"businessCategory": "LLC",
"accountType": "BUSINESS",
"processingOptions": {
"mailingAddressSameAsPhysical": "true"
}
}Response
Create an organization response