Billing Platform API
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/
https://my.billingplatform.com/demogm/
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/COUNTRY_CODE/{id}
https://my.billingplatform.com/demogm/rest/2.0/COUNTRY_CODE/{id}
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/COUNTRY_CODE/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "Status": "string", "InvoiceLabel": "string", "Name": "string", "ParentCountryCodeId": 0, "Id": "string", "Created": "string", "Updated": "string", "CreatedUserId": "string", "UpdatedUserId": "string" } }
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/COUNTRY_CODE
https://my.billingplatform.com/demogm/rest/2.0/COUNTRY_CODE
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/COUNTRY_CODE?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "Status": "string", "InvoiceLabel": "string", "Name": "string", "ParentCountryCodeId": 0, "Id": "string", "Created": "string", "Updated": "string", "CreatedUserId": "string", "UpdatedUserId": "string" } }
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/COUNTRY_CODE
https://my.billingplatform.com/demogm/rest/2.0/COUNTRY_CODE
curl -i -X POST \
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/COUNTRY_CODE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Status": "string",
"InvoiceLabel": "string",
"Name": "string",
"ParentCountryCodeId": 0,
"Id": "string",
"Created": "string",
"Updated": "string",
"CreatedUserId": "string",
"UpdatedUserId": "string"
}
}'
{ "retrieveResponse": { "Status": "string", "InvoiceLabel": "string", "Name": "string", "ParentCountryCodeId": 0, "Id": "string", "Created": "string", "Updated": "string", "CreatedUserId": "string", "UpdatedUserId": "string" } }