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
https://my.billingplatform.com/demogm/rest/2.0/COUNTRY
curl -i -X PATCH \
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/COUNTRY \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"UpdatedUserId": "string",
"CreatedUserId": "string",
"Created": "string",
"Updated": "string",
"Alpha2_Code": "string",
"Code": "string",
"Id": "string",
"CountryName": "string"
},
"externalIDFieldName": "Code"
}'
{ "upsertResponse": [ { … } ] }
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/delete/COUNTRY
https://my.billingplatform.com/demogm/rest/2.0/delete/COUNTRY
curl -i -X DELETE \
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/delete/COUNTRY \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Id": "string"
}
}'
{ "retrieveResponse": { "UpdatedUserId": "string", "CreatedUserId": "string", "Created": "string", "Updated": "string", "Alpha2_Code": "string", "Code": "string", "Id": "string", "CountryName": "string" } }