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/TAX_ENGINE
https://my.billingplatform.com/demogm/rest/2.0/TAX_ENGINE
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/TAX_ENGINE?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "BillingComponentId": null, "CompanyCode": null, "ConfigurationTrack": null, "Created": null, "CreatedUserId": null, "EndpointUrl": null, "ExclusionCriterion": null, "GroupKey": null, "Id": null, "IncludeActivityAdr": null, "IncludeShip": null, "Login": null, "OauthAuthenticationKeyId": null, "RequestTimeOut": null, "RetentionDays": null, "RollUp": null, "Status": null, "SureTaxBatchSize": null, "SureTaxCalculationPrecision": null, "SureTaxClientNumber": null, "SureTaxCompressPayload": null, "SureTaxValidationKey": null, "SuretaxTranslationLogic": null, "TaxEngineDescription": null, "TaxEngineExternalId": null, "TaxEngineInstanceName": null, "TaxEngineTypeId": null, "TranslationLogic": null, "Updated": null, "UpdatedUserId": null } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/TAX_ENGINE
https://my.billingplatform.com/demogm/rest/2.0/TAX_ENGINE
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X PUT \
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/TAX_ENGINE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"BillingComponentId": null,
"CompanyCode": null,
"ConfigurationTrack": null,
"Created": null,
"CreatedUserId": null,
"EndpointUrl": null,
"ExclusionCriterion": null,
"GroupKey": null,
"Id": null,
"IncludeActivityAdr": null,
"IncludeShip": null,
"Login": null,
"OauthAuthenticationKeyId": null,
"RequestTimeOut": null,
"RetentionDays": null,
"RollUp": null,
"Status": null,
"SureTaxBatchSize": null,
"SureTaxCalculationPrecision": null,
"SureTaxClientNumber": null,
"SureTaxCompressPayload": null,
"SureTaxValidationKey": null,
"SuretaxTranslationLogic": null,
"TaxEngineDescription": null,
"TaxEngineExternalId": null,
"TaxEngineInstanceName": null,
"TaxEngineTypeId": null,
"TranslationLogic": null,
"Updated": null,
"UpdatedUserId": null
}
}'
{ "updateResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/TAX_ENGINE
https://my.billingplatform.com/demogm/rest/2.0/TAX_ENGINE
- 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/TAX_ENGINE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"BillingComponentId": null,
"CompanyCode": null,
"ConfigurationTrack": null,
"Created": null,
"CreatedUserId": null,
"EndpointUrl": null,
"ExclusionCriterion": null,
"GroupKey": null,
"Id": null,
"IncludeActivityAdr": null,
"IncludeShip": null,
"Login": null,
"OauthAuthenticationKeyId": null,
"RequestTimeOut": null,
"RetentionDays": null,
"RollUp": null,
"Status": null,
"SureTaxBatchSize": null,
"SureTaxCalculationPrecision": null,
"SureTaxClientNumber": null,
"SureTaxCompressPayload": null,
"SureTaxValidationKey": null,
"SuretaxTranslationLogic": null,
"TaxEngineDescription": null,
"TaxEngineExternalId": null,
"TaxEngineInstanceName": null,
"TaxEngineTypeId": null,
"TranslationLogic": null,
"Updated": null,
"UpdatedUserId": null
}
}'
{ "createResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/TAX_ENGINE
https://my.billingplatform.com/demogm/rest/2.0/TAX_ENGINE
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/TAX_ENGINE?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "BillingComponentId": null, "CompanyCode": null, "ConfigurationTrack": null, "Created": null, "CreatedUserId": null, "EndpointUrl": null, "ExclusionCriterion": null, "GroupKey": null, "Id": null, "IncludeActivityAdr": null, "IncludeShip": null, "Login": null, "OauthAuthenticationKeyId": null, "RequestTimeOut": null, "RetentionDays": null, "RollUp": null, "Status": null, "SureTaxBatchSize": null, "SureTaxCalculationPrecision": null, "SureTaxClientNumber": null, "SureTaxCompressPayload": null, "SureTaxValidationKey": null, "SuretaxTranslationLogic": null, "TaxEngineDescription": null, "TaxEngineExternalId": null, "TaxEngineInstanceName": null, "TaxEngineTypeId": null, "TranslationLogic": null, "Updated": null, "UpdatedUserId": null } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/TAX_ENGINE
https://my.billingplatform.com/demogm/rest/2.0/TAX_ENGINE
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X PUT \
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/TAX_ENGINE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"BillingComponentId": null,
"CompanyCode": null,
"ConfigurationTrack": null,
"Created": null,
"CreatedUserId": null,
"EndpointUrl": null,
"ExclusionCriterion": null,
"GroupKey": null,
"Id": null,
"IncludeActivityAdr": null,
"IncludeShip": null,
"Login": null,
"OauthAuthenticationKeyId": null,
"RequestTimeOut": null,
"RetentionDays": null,
"RollUp": null,
"Status": null,
"SureTaxBatchSize": null,
"SureTaxCalculationPrecision": null,
"SureTaxClientNumber": null,
"SureTaxCompressPayload": null,
"SureTaxValidationKey": null,
"SuretaxTranslationLogic": null,
"TaxEngineDescription": null,
"TaxEngineExternalId": null,
"TaxEngineInstanceName": null,
"TaxEngineTypeId": null,
"TranslationLogic": null,
"Updated": null,
"UpdatedUserId": null
}
}'
{ "updateResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/TAX_ENGINE
https://my.billingplatform.com/demogm/rest/2.0/TAX_ENGINE
- 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/TAX_ENGINE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"BillingComponentId": null,
"CompanyCode": null,
"ConfigurationTrack": null,
"Created": null,
"CreatedUserId": null,
"EndpointUrl": null,
"ExclusionCriterion": null,
"GroupKey": null,
"Id": null,
"IncludeActivityAdr": null,
"IncludeShip": null,
"Login": null,
"OauthAuthenticationKeyId": null,
"RequestTimeOut": null,
"RetentionDays": null,
"RollUp": null,
"Status": null,
"SureTaxBatchSize": null,
"SureTaxCalculationPrecision": null,
"SureTaxClientNumber": null,
"SureTaxCompressPayload": null,
"SureTaxValidationKey": null,
"SuretaxTranslationLogic": null,
"TaxEngineDescription": null,
"TaxEngineExternalId": null,
"TaxEngineInstanceName": null,
"TaxEngineTypeId": null,
"TranslationLogic": null,
"Updated": null,
"UpdatedUserId": null
}
}'
{ "createResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/TAX_ENGINE
https://my.billingplatform.com/demogm/rest/2.0/TAX_ENGINE
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/TAX_ENGINE?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "BillingComponentId": null, "CompanyCode": null, "ConfigurationTrack": null, "Created": null, "CreatedUserId": null, "EndpointUrl": null, "ExclusionCriterion": null, "GroupKey": null, "Id": null, "IncludeActivityAdr": null, "IncludeShip": null, "Login": null, "OauthAuthenticationKeyId": null, "RequestTimeOut": null, "RetentionDays": null, "RollUp": null, "Status": null, "SureTaxBatchSize": null, "SureTaxCalculationPrecision": null, "SureTaxClientNumber": null, "SureTaxCompressPayload": null, "SureTaxValidationKey": null, "SuretaxTranslationLogic": null, "TaxEngineDescription": null, "TaxEngineExternalId": null, "TaxEngineInstanceName": null, "TaxEngineTypeId": null, "TranslationLogic": null, "Updated": null, "UpdatedUserId": null } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/TAX_ENGINE
https://my.billingplatform.com/demogm/rest/2.0/TAX_ENGINE
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X PUT \
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/TAX_ENGINE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"BillingComponentId": null,
"CompanyCode": null,
"ConfigurationTrack": null,
"Created": null,
"CreatedUserId": null,
"EndpointUrl": null,
"ExclusionCriterion": null,
"GroupKey": null,
"Id": null,
"IncludeActivityAdr": null,
"IncludeShip": null,
"Login": null,
"OauthAuthenticationKeyId": null,
"RequestTimeOut": null,
"RetentionDays": null,
"RollUp": null,
"Status": null,
"SureTaxBatchSize": null,
"SureTaxCalculationPrecision": null,
"SureTaxClientNumber": null,
"SureTaxCompressPayload": null,
"SureTaxValidationKey": null,
"SuretaxTranslationLogic": null,
"TaxEngineDescription": null,
"TaxEngineExternalId": null,
"TaxEngineInstanceName": null,
"TaxEngineTypeId": null,
"TranslationLogic": null,
"Updated": null,
"UpdatedUserId": null
}
}'
{ "updateResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/TAX_ENGINE
https://my.billingplatform.com/demogm/rest/2.0/TAX_ENGINE
- 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/TAX_ENGINE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"BillingComponentId": null,
"CompanyCode": null,
"ConfigurationTrack": null,
"Created": null,
"CreatedUserId": null,
"EndpointUrl": null,
"ExclusionCriterion": null,
"GroupKey": null,
"Id": null,
"IncludeActivityAdr": null,
"IncludeShip": null,
"Login": null,
"OauthAuthenticationKeyId": null,
"RequestTimeOut": null,
"RetentionDays": null,
"RollUp": null,
"Status": null,
"SureTaxBatchSize": null,
"SureTaxCalculationPrecision": null,
"SureTaxClientNumber": null,
"SureTaxCompressPayload": null,
"SureTaxValidationKey": null,
"SuretaxTranslationLogic": null,
"TaxEngineDescription": null,
"TaxEngineExternalId": null,
"TaxEngineInstanceName": null,
"TaxEngineTypeId": null,
"TranslationLogic": null,
"Updated": null,
"UpdatedUserId": null
}
}'
{ "createResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/TAX_ENGINE
https://my.billingplatform.com/demogm/rest/2.0/TAX_ENGINE
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/TAX_ENGINE?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "BillingComponentId": null, "CompanyCode": null, "ConfigurationTrack": null, "Created": null, "CreatedUserId": null, "EndpointUrl": null, "ExclusionCriterion": null, "GroupKey": null, "Id": null, "IncludeActivityAdr": null, "IncludeShip": null, "Login": null, "OauthAuthenticationKeyId": null, "RequestTimeOut": null, "RetentionDays": null, "RollUp": null, "Status": null, "SureTaxBatchSize": null, "SureTaxCalculationPrecision": null, "SureTaxClientNumber": null, "SureTaxCompressPayload": null, "SureTaxValidationKey": null, "SuretaxTranslationLogic": null, "TaxEngineDescription": null, "TaxEngineExternalId": null, "TaxEngineInstanceName": null, "TaxEngineTypeId": null, "TranslationLogic": null, "Updated": null, "UpdatedUserId": null } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/TAX_ENGINE
https://my.billingplatform.com/demogm/rest/2.0/TAX_ENGINE
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X PUT \
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/TAX_ENGINE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"BillingComponentId": null,
"CompanyCode": null,
"ConfigurationTrack": null,
"Created": null,
"CreatedUserId": null,
"EndpointUrl": null,
"ExclusionCriterion": null,
"GroupKey": null,
"Id": null,
"IncludeActivityAdr": null,
"IncludeShip": null,
"Login": null,
"OauthAuthenticationKeyId": null,
"RequestTimeOut": null,
"RetentionDays": null,
"RollUp": null,
"Status": null,
"SureTaxBatchSize": null,
"SureTaxCalculationPrecision": null,
"SureTaxClientNumber": null,
"SureTaxCompressPayload": null,
"SureTaxValidationKey": null,
"SuretaxTranslationLogic": null,
"TaxEngineDescription": null,
"TaxEngineExternalId": null,
"TaxEngineInstanceName": null,
"TaxEngineTypeId": null,
"TranslationLogic": null,
"Updated": null,
"UpdatedUserId": null
}
}'
{ "updateResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/TAX_ENGINE
https://my.billingplatform.com/demogm/rest/2.0/TAX_ENGINE
- 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/TAX_ENGINE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"BillingComponentId": null,
"CompanyCode": null,
"ConfigurationTrack": null,
"Created": null,
"CreatedUserId": null,
"EndpointUrl": null,
"ExclusionCriterion": null,
"GroupKey": null,
"Id": null,
"IncludeActivityAdr": null,
"IncludeShip": null,
"Login": null,
"OauthAuthenticationKeyId": null,
"RequestTimeOut": null,
"RetentionDays": null,
"RollUp": null,
"Status": null,
"SureTaxBatchSize": null,
"SureTaxCalculationPrecision": null,
"SureTaxClientNumber": null,
"SureTaxCompressPayload": null,
"SureTaxValidationKey": null,
"SuretaxTranslationLogic": null,
"TaxEngineDescription": null,
"TaxEngineExternalId": null,
"TaxEngineInstanceName": null,
"TaxEngineTypeId": null,
"TranslationLogic": null,
"Updated": null,
"UpdatedUserId": null
}
}'
{ "createResponse": [ { … } ] }