Billing Platform API
- Retrieve By Id Payment Allocation
Retrieve Filtered Payment Allocation
Save Payment Allocation
Update Payment Allocation
Delete Payment Allocation
Retrieve By Id Payment Al...
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/PAYMENT_ALLOCATION/{id}
- https://my.billingplatform.com/demogm/rest/2.0/PAYMENT_ALLOCATION/{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/PAYMENT_ALLOCATION/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'Response
application/json
{ "retrieveResponse": { "Id": "string", "PaymentItemId": "string", "InvoiceId": "string", "Created": "string", "Updated": "string", "CreatedUserId": "string", "UpdatedUserId": "string" } }
- Mock serverhttps://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/PAYMENT_ALLOCATION
- https://my.billingplatform.com/demogm/rest/2.0/PAYMENT_ALLOCATION
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/PAYMENT_ALLOCATION?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'Response
application/json
{ "retrieveResponse": { "Id": "string", "PaymentItemId": "string", "InvoiceId": "string", "Created": "string", "Updated": "string", "CreatedUserId": "string", "UpdatedUserId": "string" } }
- Mock serverhttps://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/PAYMENT_ALLOCATION
- https://my.billingplatform.com/demogm/rest/2.0/PAYMENT_ALLOCATION
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X POST \
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/PAYMENT_ALLOCATION \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Id": "string",
"PaymentItemId": "string",
"InvoiceId": "string",
"Created": "string",
"Updated": "string",
"CreatedUserId": "string",
"UpdatedUserId": "string"
}
}'Response
application/json
{ "retrieveResponse": { "Id": "string", "PaymentItemId": "string", "InvoiceId": "string", "Created": "string", "Updated": "string", "CreatedUserId": "string", "UpdatedUserId": "string" } }