Billing Platform API
- Retrieve By Id Invoice Wallet
Retrieve Filtered Invoice Wallet
Save Invoice Wallet
Update Invoice Wallet
Delete Invoice Wallet
Retrieve By Id Invoice Wa...
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/INVOICE_WALLET/{id}
https://my.billingplatform.com/demogm/rest/2.0/INVOICE_WALLET/{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_WALLET/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
Response
application/json
{ "retrieveResponse": { "WalletId": 0, "Created": "string", "InvoiceId": 0, "RecycleBinId": "string", "Id": "string", "CreatedUserId": "string", "Updated": "string", "UpdatedUserId": "string" } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/INVOICE_WALLET
https://my.billingplatform.com/demogm/rest/2.0/INVOICE_WALLET
- 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_WALLET?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
Response
application/json
{ "retrieveResponse": { "WalletId": 0, "Created": "string", "InvoiceId": 0, "RecycleBinId": "string", "Id": "string", "CreatedUserId": "string", "Updated": "string", "UpdatedUserId": "string" } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/INVOICE_WALLET
https://my.billingplatform.com/demogm/rest/2.0/INVOICE_WALLET
- 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_WALLET \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"WalletId": 0,
"Created": "string",
"InvoiceId": 0,
"RecycleBinId": "string",
"Id": "string",
"CreatedUserId": "string",
"Updated": "string",
"UpdatedUserId": "string"
}
}'
Response
application/json
{ "retrieveResponse": { "WalletId": 0, "Created": "string", "InvoiceId": 0, "RecycleBinId": "string", "Id": "string", "CreatedUserId": "string", "Updated": "string", "UpdatedUserId": "string" } }