Billing Platform API
- Retrieve By Id Invoice Template
Retrieve Filtered Invoice Template
Save Invoice Template
Update Invoice Template
Upsert Invoice Template
Delete Invoice Template
Retrieve By Id Invoice Te...
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 serverhttps://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/INVOICE_TEMPLATE/{id}
- https://my.billingplatform.com/demogm/rest/2.0/INVOICE_TEMPLATE/{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/INVOICE_TEMPLATE/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'Response
application/json
{ "retrieveResponse": { "Status": "string", "Type": "string", "Name": "string", "InvoiceFileFormat": "string", "Id": "string", "Created": "string", "UpdatedUserId": "string", "Updated": "string", "CreatedUserId": "string", "SupportMessage1": "string", "DefaultFlag": 0, "SupportNumber": "string", "ShowCreditAdjDetail": 0, "ShowTaxFeeDetail": 0, "ShowAging": 0, "EbppUrl": "string", "DateFormat": "string", "LanguageCode": 0, "EmailTemplateId": 0, "InvoiceXslId": 0, "SupportMessage": "string", "ShowPastDueStatements": 0, "AccountId": 0 } }
- Mock serverhttps://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/INVOICE_TEMPLATE
- https://my.billingplatform.com/demogm/rest/2.0/INVOICE_TEMPLATE
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/INVOICE_TEMPLATE?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'Response
application/json
{ "retrieveResponse": { "Status": "string", "Type": "string", "Name": "string", "InvoiceFileFormat": "string", "Id": "string", "Created": "string", "UpdatedUserId": "string", "Updated": "string", "CreatedUserId": "string", "SupportMessage1": "string", "DefaultFlag": 0, "SupportNumber": "string", "ShowCreditAdjDetail": 0, "ShowTaxFeeDetail": 0, "ShowAging": 0, "EbppUrl": "string", "DateFormat": "string", "LanguageCode": 0, "EmailTemplateId": 0, "InvoiceXslId": 0, "SupportMessage": "string", "ShowPastDueStatements": 0, "AccountId": 0 } }
- Mock serverhttps://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/INVOICE_TEMPLATE
- https://my.billingplatform.com/demogm/rest/2.0/INVOICE_TEMPLATE
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X POST \
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/INVOICE_TEMPLATE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Status": "string",
"Type": "string",
"Name": "string",
"InvoiceFileFormat": "string",
"Id": "string",
"Created": "string",
"UpdatedUserId": "string",
"Updated": "string",
"CreatedUserId": "string",
"SupportMessage1": "string",
"DefaultFlag": 0,
"SupportNumber": "string",
"ShowCreditAdjDetail": 0,
"ShowTaxFeeDetail": 0,
"ShowAging": 0,
"EbppUrl": "string",
"DateFormat": "string",
"LanguageCode": 0,
"EmailTemplateId": 0,
"InvoiceXslId": 0,
"SupportMessage": "string",
"ShowPastDueStatements": 0,
"AccountId": 0
}
}'Response
application/json
{ "retrieveResponse": { "Status": "string", "Type": "string", "Name": "string", "InvoiceFileFormat": "string", "Id": "string", "Created": "string", "UpdatedUserId": "string", "Updated": "string", "CreatedUserId": "string", "SupportMessage1": "string", "DefaultFlag": 0, "SupportNumber": "string", "ShowCreditAdjDetail": 0, "ShowTaxFeeDetail": 0, "ShowAging": 0, "EbppUrl": "string", "DateFormat": "string", "LanguageCode": 0, "EmailTemplateId": 0, "InvoiceXslId": 0, "SupportMessage": "string", "ShowPastDueStatements": 0, "AccountId": 0 } }