Billing Platform API
- Retrieve By Id Account
Retrieve Filtered Account
Save Account
Update Account
Upsert Account
Delete Account
Retrieve By Id Account
API Reference (1.0)
Download OpenAPI description
Overview
Languages
Servers
Mock server
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/
https://my.billingplatform.com/demogm/
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/ACCOUNT/{id}
https://my.billingplatform.com/demogm/rest/2.0/ACCOUNT/{id}
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/ACCOUNT/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
Response
application/json
{ "retrieveResponse": { "ActivityTimeZone": "string", "UpdatedUserId": "string", "Created": "string", "ParentAccountId": 0, "AccountTypeId": "string", "Status": "string", "RateHierarchy": 0, "CreatedUserId": "string", "Id": "string", "DateDisplayFormat": "string", "InvoiceAtThisLevel": 0, "Updated": "string", "Name": "string", "AllowPricingInDifferentCurrency": 0, "CollectorUserId": 0, "Description": "string", "BillableAccountId": "string", "CountryId": 0, "BillableBillingProfileId": 0 } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/ACCOUNT
https://my.billingplatform.com/demogm/rest/2.0/ACCOUNT
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/ACCOUNT?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
Response
application/json
{ "retrieveResponse": { "ActivityTimeZone": "string", "UpdatedUserId": "string", "Created": "string", "ParentAccountId": 0, "AccountTypeId": "string", "Status": "string", "RateHierarchy": 0, "CreatedUserId": "string", "Id": "string", "DateDisplayFormat": "string", "InvoiceAtThisLevel": 0, "Updated": "string", "Name": "string", "AllowPricingInDifferentCurrency": 0, "CollectorUserId": 0, "Description": "string", "BillableAccountId": "string", "CountryId": 0, "BillableBillingProfileId": 0 } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/ACCOUNT
https://my.billingplatform.com/demogm/rest/2.0/ACCOUNT
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X POST \
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/ACCOUNT \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"ActivityTimeZone": "string",
"UpdatedUserId": "string",
"Created": "string",
"ParentAccountId": 0,
"AccountTypeId": "string",
"Status": "string",
"RateHierarchy": 0,
"CreatedUserId": "string",
"Id": "string",
"DateDisplayFormat": "string",
"InvoiceAtThisLevel": 0,
"Updated": "string",
"Name": "string",
"AllowPricingInDifferentCurrency": 0,
"CollectorUserId": 0,
"Description": "string",
"BillableAccountId": "string",
"CountryId": 0,
"BillableBillingProfileId": 0
}
}'
Response
application/json
{ "retrieveResponse": { "ActivityTimeZone": "string", "UpdatedUserId": "string", "Created": "string", "ParentAccountId": 0, "AccountTypeId": "string", "Status": "string", "RateHierarchy": 0, "CreatedUserId": "string", "Id": "string", "DateDisplayFormat": "string", "InvoiceAtThisLevel": 0, "Updated": "string", "Name": "string", "AllowPricingInDifferentCurrency": 0, "CollectorUserId": 0, "Description": "string", "BillableAccountId": "string", "CountryId": 0, "BillableBillingProfileId": 0 } }