About Organization
In Bill.com, an Organization represents a company.
Each user can have one or more companies associated with a Bill.com account. Each company may have one or more users to act on it's behalf.
IMPORTANT: Read calls are publicly available. Only select authorized partners can use Create, Update, Delete, and Undelete API calls.
Example
Request
<API_URL_EndPoint>/Crud/Read/Organization.json
data={
"id" : "00801RUZOYHLZZUA81kc"
}
Response
{
"response_status" : 0,
"response_message" : "Success",
"response_data" : {
"entity" : "Organization",
"id" : "00801RUZOYHLZZUA81kc",
"isActive" : "1",
"createdTime" : "2016-09-20T16:39:41.000+0000",
"updatedTime" : "2016-12-13T18:46:45.000+0000",
"name" : "Palo Alto Billiards",
"address1" : "1234 Second Street",
"address2" : "Building 14",
"address3" : null,
"address4" : null,
"addressCity" : "Santa Clara",
"addressState" : "CA",
"addressZip" : "95051",
"addressCountry" : "United States",
"mailAddrSameAsPhys" : false,
"mailingAddress1" : "202020 California Street",
"mailingAddress2" : null,
"mailingAddress3" : null,
"mailingAddress4" : null,
"mailingAddressCity" : "Palo Alto",
"mailingAddressState" : "CA",
"mailingAddressZip" : "94444",
"mailingAddressCountry" : "United States",
"phone" : "123-123-1234",
"fax" : "123-123-1235",
"accountingSoftware" : "none",
"timezoneId" : "3",
"rptCustom1" : null,
"rptCustom2" : null,
"rptCustom3" : null,
"primaryCompanyOwner" : "George Smith",
"taxId" : "**** ****",
"taxIdType" : "2",
"industry" : "Manufacturing",
"displayName" : "Palo Alto Billiards",
"networkConnections" : 5
}
}
Parameters