GET api/BillCom/GetBillComAccountDetails
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
BillComAuthResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BillComClientID | string |
None. |
|
| BillComClientSecret | string |
None. |
|
| BillComOrgID | string |
None. |
|
| BillComAPIKey | string |
None. |
|
| BillComLastSyncDate | date |
None. |
Response Formats
application/json, text/json, text/plain, text/html
Sample:
{
"billComClientID": "sample string 1",
"billComClientSecret": "sample string 2",
"billComOrgID": "sample string 3",
"billComAPIKey": "sample string 4",
"billComLastSyncDate": "2026-02-25T15:52:08.777936-05:00"
}
application/xml, text/xml
Sample:
<BillComAuthResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArrowCMMS.Core.DataModel.BillCom"> <BillComAPIKey>sample string 4</BillComAPIKey> <BillComClientID>sample string 1</BillComClientID> <BillComClientSecret>sample string 2</BillComClientSecret> <BillComLastSyncDate>2026-02-25T15:52:08.777936-05:00</BillComLastSyncDate> <BillComOrgID>sample string 3</BillComOrgID> </BillComAuthResponseModel>
multipart/form-data
Sample:
<BillComAuthResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArrowCMMS.Core.DataModel.BillCom"><BillComAPIKey>sample string 4</BillComAPIKey><BillComClientID>sample string 1</BillComClientID><BillComClientSecret>sample string 2</BillComClientSecret><BillComLastSyncDate>2026-02-25T15:52:08.777936-05:00</BillComLastSyncDate><BillComOrgID>sample string 3</BillComOrgID></BillComAuthResponseModel>