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