API Reference (1.0)
Billing Platform API
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/
https://my.billingplatform.com/demogm/
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/TIME_ZONE
https://my.billingplatform.com/demogm/rest/2.0/TIME_ZONE
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X POST \
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/TIME_ZONE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Created": null,
"CreatedUserId": null,
"DefaultFlag": null,
"DisplayFlag": null,
"Id": null,
"Tzname": null,
"Updated": null,
"UpdatedUserId": null,
"UtcOffset": null
}
}'
{ "createResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/TIME_ZONE
https://my.billingplatform.com/demogm/rest/2.0/TIME_ZONE
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X PATCH \
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/TIME_ZONE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Created": null,
"CreatedUserId": null,
"DefaultFlag": null,
"DisplayFlag": null,
"Id": null,
"Tzname": null,
"Updated": null,
"UpdatedUserId": null,
"UtcOffset": null
},
"externalIDFieldName": "Tzname"
}'
{ "upsertResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/delete/TIME_ZONE
https://my.billingplatform.com/demogm/rest/2.0/delete/TIME_ZONE
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X DELETE \
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/delete/TIME_ZONE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Id": "string"
}
}'
{ "updateResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/TIME_ZONE
https://my.billingplatform.com/demogm/rest/2.0/TIME_ZONE
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X POST \
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/TIME_ZONE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Created": null,
"CreatedUserId": null,
"DefaultFlag": null,
"DisplayFlag": null,
"Id": null,
"Tzname": null,
"Updated": null,
"UpdatedUserId": null,
"UtcOffset": null
}
}'
{ "createResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/TIME_ZONE
https://my.billingplatform.com/demogm/rest/2.0/TIME_ZONE
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X PATCH \
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/TIME_ZONE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Created": null,
"CreatedUserId": null,
"DefaultFlag": null,
"DisplayFlag": null,
"Id": null,
"Tzname": null,
"Updated": null,
"UpdatedUserId": null,
"UtcOffset": null
},
"externalIDFieldName": "Tzname"
}'
{ "upsertResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/delete/TIME_ZONE
https://my.billingplatform.com/demogm/rest/2.0/delete/TIME_ZONE
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X DELETE \
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/delete/TIME_ZONE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Id": "string"
}
}'
{ "updateResponse": [ { … } ] }