Billing Platform API
Billing Platform API
An Account is a fundamental entity used for billing customers. It plays a crucial role in various billing and invoicing processes. Each Account is associated with an Account Type, Activity Time Zone, and Country. The AllowPricingInDifferentCurrency field determines if pricing can be in a currency different from the default. The Account can be linked to other entities such as Billable Account, Billing Profile, Collector User, and Parent Account. The Billable Account and Billing Profile are essential for invoicing and payment information. The Collector User field identifies the user responsible for collecting payments.
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_schema_10_21_2024/rest/2.0/COLLECTOR_FIELDS/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "ConsolidationExempt": "string", "Started": "string", "MDLErrorMessage": "string", "ACTIVITY_DATE": "string", "Id": "string", "Quantity": "string", "Created": "string", "Ended": "string", "MDLStatus": "string", "BillingIdentifier": "string", "DESTINATION_COUNTRY_CODE": "string", "OVERRIDE_BUY_COST": "string", "ACTIVITY_COLLECTOR_HISTORY_ID": "string", "ACTIVITY_COLLECTOR_ID": 0, "Updated": "string", "CreatedUserId": "string", "UpdatedUserId": "string", "OVERRIDE_RATE": "string", "OVERRIDE_COST": "string", "StartedDate": "string", "EndedDate": "string", "RecordNumber": "string", "ProcessStatus": "string", "Reprocess_Status": "string", "Reprocess_Date": "string", "ChargeType": "string", "ParentCollectorFieldId": 0, "CreditActivityOption": "string", "MappingCount": "string", "MappingDate": "string", "ORIGINATION_COUNTRY_CODE": "string", "PROCESS_STATUS": "string", "ActivityDateTS": "string", "PROCESS_DESCRIPTION": "string" } }
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_schema_10_21_2024/rest/2.0/COLLECTOR_FIELDS?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "ConsolidationExempt": "string", "Started": "string", "MDLErrorMessage": "string", "ACTIVITY_DATE": "string", "Id": "string", "Quantity": "string", "Created": "string", "Ended": "string", "MDLStatus": "string", "BillingIdentifier": "string", "DESTINATION_COUNTRY_CODE": "string", "OVERRIDE_BUY_COST": "string", "ACTIVITY_COLLECTOR_HISTORY_ID": "string", "ACTIVITY_COLLECTOR_ID": 0, "Updated": "string", "CreatedUserId": "string", "UpdatedUserId": "string", "OVERRIDE_RATE": "string", "OVERRIDE_COST": "string", "StartedDate": "string", "EndedDate": "string", "RecordNumber": "string", "ProcessStatus": "string", "Reprocess_Status": "string", "Reprocess_Date": "string", "ChargeType": "string", "ParentCollectorFieldId": 0, "CreditActivityOption": "string", "MappingCount": "string", "MappingDate": "string", "ORIGINATION_COUNTRY_CODE": "string", "PROCESS_STATUS": "string", "ActivityDateTS": "string", "PROCESS_DESCRIPTION": "string" } }
curl -i -X POST \
https://bp-api-docs-v3.redocly.app/_mock/demogm_schema_10_21_2024/rest/2.0/COLLECTOR_FIELDS \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"ConsolidationExempt": "string",
"Started": "string",
"MDLErrorMessage": "string",
"ACTIVITY_DATE": "string",
"Id": "string",
"Quantity": "string",
"Created": "string",
"Ended": "string",
"MDLStatus": "string",
"BillingIdentifier": "string",
"DESTINATION_COUNTRY_CODE": "string",
"OVERRIDE_BUY_COST": "string",
"ACTIVITY_COLLECTOR_HISTORY_ID": "string",
"ACTIVITY_COLLECTOR_ID": 0,
"Updated": "string",
"CreatedUserId": "string",
"UpdatedUserId": "string",
"OVERRIDE_RATE": "string",
"OVERRIDE_COST": "string",
"StartedDate": "string",
"EndedDate": "string",
"RecordNumber": "string",
"ProcessStatus": "string",
"Reprocess_Status": "string",
"Reprocess_Date": "string",
"ChargeType": "string",
"ParentCollectorFieldId": 0,
"CreditActivityOption": "string",
"MappingCount": "string",
"MappingDate": "string",
"ORIGINATION_COUNTRY_CODE": "string",
"PROCESS_STATUS": "string",
"ActivityDateTS": "string",
"PROCESS_DESCRIPTION": "string"
}
}'
{ "retrieveResponse": { "ConsolidationExempt": "string", "Started": "string", "MDLErrorMessage": "string", "ACTIVITY_DATE": "string", "Id": "string", "Quantity": "string", "Created": "string", "Ended": "string", "MDLStatus": "string", "BillingIdentifier": "string", "DESTINATION_COUNTRY_CODE": "string", "OVERRIDE_BUY_COST": "string", "ACTIVITY_COLLECTOR_HISTORY_ID": "string", "ACTIVITY_COLLECTOR_ID": 0, "Updated": "string", "CreatedUserId": "string", "UpdatedUserId": "string", "OVERRIDE_RATE": "string", "OVERRIDE_COST": "string", "StartedDate": "string", "EndedDate": "string", "RecordNumber": "string", "ProcessStatus": "string", "Reprocess_Status": "string", "Reprocess_Date": "string", "ChargeType": "string", "ParentCollectorFieldId": 0, "CreditActivityOption": "string", "MappingCount": "string", "MappingDate": "string", "ORIGINATION_COUNTRY_CODE": "string", "PROCESS_STATUS": "string", "ActivityDateTS": "string", "PROCESS_DESCRIPTION": "string" } }
curl -i -X PUT \
https://bp-api-docs-v3.redocly.app/_mock/demogm_schema_10_21_2024/rest/2.0/COLLECTOR_FIELDS \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"ConsolidationExempt": "string",
"Started": "string",
"MDLErrorMessage": "string",
"ACTIVITY_DATE": "string",
"Id": "string",
"Quantity": "string",
"Created": "string",
"Ended": "string",
"MDLStatus": "string",
"BillingIdentifier": "string",
"DESTINATION_COUNTRY_CODE": "string",
"OVERRIDE_BUY_COST": "string",
"ACTIVITY_COLLECTOR_HISTORY_ID": "string",
"ACTIVITY_COLLECTOR_ID": 0,
"Updated": "string",
"CreatedUserId": "string",
"UpdatedUserId": "string",
"OVERRIDE_RATE": "string",
"OVERRIDE_COST": "string",
"StartedDate": "string",
"EndedDate": "string",
"RecordNumber": "string",
"ProcessStatus": "string",
"Reprocess_Status": "string",
"Reprocess_Date": "string",
"ChargeType": "string",
"ParentCollectorFieldId": 0,
"CreditActivityOption": "string",
"MappingCount": "string",
"MappingDate": "string",
"ORIGINATION_COUNTRY_CODE": "string",
"PROCESS_STATUS": "string",
"ActivityDateTS": "string",
"PROCESS_DESCRIPTION": "string"
}
}'
{ "retrieveResponse": { "ConsolidationExempt": "string", "Started": "string", "MDLErrorMessage": "string", "ACTIVITY_DATE": "string", "Id": "string", "Quantity": "string", "Created": "string", "Ended": "string", "MDLStatus": "string", "BillingIdentifier": "string", "DESTINATION_COUNTRY_CODE": "string", "OVERRIDE_BUY_COST": "string", "ACTIVITY_COLLECTOR_HISTORY_ID": "string", "ACTIVITY_COLLECTOR_ID": 0, "Updated": "string", "CreatedUserId": "string", "UpdatedUserId": "string", "OVERRIDE_RATE": "string", "OVERRIDE_COST": "string", "StartedDate": "string", "EndedDate": "string", "RecordNumber": "string", "ProcessStatus": "string", "Reprocess_Status": "string", "Reprocess_Date": "string", "ChargeType": "string", "ParentCollectorFieldId": 0, "CreditActivityOption": "string", "MappingCount": "string", "MappingDate": "string", "ORIGINATION_COUNTRY_CODE": "string", "PROCESS_STATUS": "string", "ActivityDateTS": "string", "PROCESS_DESCRIPTION": "string" } }
curl -i -X DELETE \
https://bp-api-docs-v3.redocly.app/_mock/demogm_schema_10_21_2024/rest/2.0/delete/COLLECTOR_FIELDS \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Id": "string"
}
}'
{ "retrieveResponse": { "ConsolidationExempt": "string", "Started": "string", "MDLErrorMessage": "string", "ACTIVITY_DATE": "string", "Id": "string", "Quantity": "string", "Created": "string", "Ended": "string", "MDLStatus": "string", "BillingIdentifier": "string", "DESTINATION_COUNTRY_CODE": "string", "OVERRIDE_BUY_COST": "string", "ACTIVITY_COLLECTOR_HISTORY_ID": "string", "ACTIVITY_COLLECTOR_ID": 0, "Updated": "string", "CreatedUserId": "string", "UpdatedUserId": "string", "OVERRIDE_RATE": "string", "OVERRIDE_COST": "string", "StartedDate": "string", "EndedDate": "string", "RecordNumber": "string", "ProcessStatus": "string", "Reprocess_Status": "string", "Reprocess_Date": "string", "ChargeType": "string", "ParentCollectorFieldId": 0, "CreditActivityOption": "string", "MappingCount": "string", "MappingDate": "string", "ORIGINATION_COUNTRY_CODE": "string", "PROCESS_STATUS": "string", "ActivityDateTS": "string", "PROCESS_DESCRIPTION": "string" } }