Billing Platform API
- Retrieve By Id Tax Engine Audit
Retrieve Filtered Tax Engine Audit
Save Tax Engine Audit
Update Tax Engine Audit
Delete Tax Engine Audit
Retrieve By Id Tax Engine...
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/TAX_ENGINE_AUDIT/{id}
https://my.billingplatform.com/demogm/rest/2.0/TAX_ENGINE_AUDIT/{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/TAX_ENGINE_AUDIT/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
Response
application/json
{ "retrieveResponse": { "Ended": "string", "Started": "string", "SureTaxResponseCode": "string", "SureTaxHeaderMessage": "string", "SureTaxEnded": "string", "ActivityCount": "string", "SureTaxStarted": "string", "Id": "string", "Created": "string", "Outcome": "string", "SureTaxTransactionId": "string", "ResubmitCount": "string", "Action": "string", "TotalTax": "string", "TotalRevenue": "string", "InvoiceId": 0, "TaxEngineId": 0, "ResubmittedFlag": 0 } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/TAX_ENGINE_AUDIT
https://my.billingplatform.com/demogm/rest/2.0/TAX_ENGINE_AUDIT
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/TAX_ENGINE_AUDIT?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
Response
application/json
{ "retrieveResponse": { "Ended": "string", "Started": "string", "SureTaxResponseCode": "string", "SureTaxHeaderMessage": "string", "SureTaxEnded": "string", "ActivityCount": "string", "SureTaxStarted": "string", "Id": "string", "Created": "string", "Outcome": "string", "SureTaxTransactionId": "string", "ResubmitCount": "string", "Action": "string", "TotalTax": "string", "TotalRevenue": "string", "InvoiceId": 0, "TaxEngineId": 0, "ResubmittedFlag": 0 } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/TAX_ENGINE_AUDIT
https://my.billingplatform.com/demogm/rest/2.0/TAX_ENGINE_AUDIT
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X POST \
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/TAX_ENGINE_AUDIT \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Ended": "string",
"Started": "string",
"SureTaxResponseCode": "string",
"SureTaxHeaderMessage": "string",
"SureTaxEnded": "string",
"ActivityCount": "string",
"SureTaxStarted": "string",
"Id": "string",
"Created": "string",
"Outcome": "string",
"SureTaxTransactionId": "string",
"ResubmitCount": "string",
"Action": "string",
"TotalTax": "string",
"TotalRevenue": "string",
"InvoiceId": 0,
"TaxEngineId": 0,
"ResubmittedFlag": 0
}
}'
Response
application/json
{ "retrieveResponse": { "Ended": "string", "Started": "string", "SureTaxResponseCode": "string", "SureTaxHeaderMessage": "string", "SureTaxEnded": "string", "ActivityCount": "string", "SureTaxStarted": "string", "Id": "string", "Created": "string", "Outcome": "string", "SureTaxTransactionId": "string", "ResubmitCount": "string", "Action": "string", "TotalTax": "string", "TotalRevenue": "string", "InvoiceId": 0, "TaxEngineId": 0, "ResubmittedFlag": 0 } }