Billing Platform API
API Reference (1.0)
Download OpenAPI description
Overview
Languages
Servers
Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_08_01_2025_schema/
https://my.billingplatform.com/demogm/
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_08_01_2025_schema/rest/2.0/ACCOUNT_CONTACT
https://my.billingplatform.com/demogm/rest/2.0/ACCOUNT_CONTACT
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X PUT \
https://bp-api-docs-v3.redocly.app/_mock/demogm_08_01_2025_schema/rest/2.0/ACCOUNT_CONTACT \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Name": "string",
"Description": "string",
"Phone": "string",
"Email": "string",
"AccountId": 0,
"ContactTypeId": "string",
"Created": "string",
"Updated": "string",
"Id": "string",
"CreatedUserId": "string",
"UpdatedUserId": "string"
}
}'
Response
application/json
{ "retrieveResponse": { "Name": "string", "Description": "string", "Phone": "string", "Email": "string", "AccountId": 0, "ContactTypeId": "string", "Created": "string", "Updated": "string", "Id": "string", "CreatedUserId": "string", "UpdatedUserId": "string" } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_08_01_2025_schema/rest/2.0/delete/ACCOUNT_CONTACT
https://my.billingplatform.com/demogm/rest/2.0/delete/ACCOUNT_CONTACT
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X DELETE \
https://bp-api-docs-v3.redocly.app/_mock/demogm_08_01_2025_schema/rest/2.0/delete/ACCOUNT_CONTACT \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Id": "string"
}
}'
Response
application/json
{ "retrieveResponse": { "Name": "string", "Description": "string", "Phone": "string", "Email": "string", "AccountId": 0, "ContactTypeId": "string", "Created": "string", "Updated": "string", "Id": "string", "CreatedUserId": "string", "UpdatedUserId": "string" } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_08_01_2025_schema/rest/2.0/ACCOUNT_CONTACT
https://my.billingplatform.com/demogm/rest/2.0/ACCOUNT_CONTACT
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X PUT \
https://bp-api-docs-v3.redocly.app/_mock/demogm_08_01_2025_schema/rest/2.0/ACCOUNT_CONTACT \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Name": "string",
"Description": "string",
"Phone": "string",
"Email": "string",
"AccountId": 0,
"ContactTypeId": "string",
"Created": "string",
"Updated": "string",
"Id": "string",
"CreatedUserId": "string",
"UpdatedUserId": "string"
}
}'
Response
application/json
{ "retrieveResponse": { "Name": "string", "Description": "string", "Phone": "string", "Email": "string", "AccountId": 0, "ContactTypeId": "string", "Created": "string", "Updated": "string", "Id": "string", "CreatedUserId": "string", "UpdatedUserId": "string" } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_08_01_2025_schema/rest/2.0/delete/ACCOUNT_CONTACT
https://my.billingplatform.com/demogm/rest/2.0/delete/ACCOUNT_CONTACT
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X DELETE \
https://bp-api-docs-v3.redocly.app/_mock/demogm_08_01_2025_schema/rest/2.0/delete/ACCOUNT_CONTACT \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Id": "string"
}
}'
Response
application/json
{ "retrieveResponse": { "Name": "string", "Description": "string", "Phone": "string", "Email": "string", "AccountId": 0, "ContactTypeId": "string", "Created": "string", "Updated": "string", "Id": "string", "CreatedUserId": "string", "UpdatedUserId": "string" } }