Billing Platform API
- Retrieve By Id Rev Rec Contract
Retrieve Filtered Rev Rec Contract
Save Rev Rec Contract
Update Rev Rec Contract
Delete Rev Rec Contract
Retrieve By Id Rev Rec Co...
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/REVREC_CONTRACT/{id}
- https://my.billingplatform.com/demogm/rest/2.0/REVREC_CONTRACT/{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/REVREC_CONTRACT/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'Response
application/json
{ "retrieveResponse": { "CreatedUserId": "string", "EndDate": "string", "ContractModificationDate": "string", "CurrentActiveContract": 0, "SupersededBy": 0, "Name": "string", "Id": "string", "Updated": "string", "Status": "string", "ContractModificationMethod": "string", "OriginalContract": 0, "ContractGLStatus": "string", "UpdatedUserId": "string", "EditModifyContract": "string", "Created": "string", "Supersedes": 0, "StartDate": "string", "AccountId": 0 } }
- Mock serverhttps://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/REVREC_CONTRACT
- https://my.billingplatform.com/demogm/rest/2.0/REVREC_CONTRACT
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/REVREC_CONTRACT?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'Response
application/json
{ "retrieveResponse": { "CreatedUserId": "string", "EndDate": "string", "ContractModificationDate": "string", "CurrentActiveContract": 0, "SupersededBy": 0, "Name": "string", "Id": "string", "Updated": "string", "Status": "string", "ContractModificationMethod": "string", "OriginalContract": 0, "ContractGLStatus": "string", "UpdatedUserId": "string", "EditModifyContract": "string", "Created": "string", "Supersedes": 0, "StartDate": "string", "AccountId": 0 } }
- Mock serverhttps://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/REVREC_CONTRACT
- https://my.billingplatform.com/demogm/rest/2.0/REVREC_CONTRACT
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X POST \
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/REVREC_CONTRACT \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"CreatedUserId": "string",
"EndDate": "string",
"ContractModificationDate": "string",
"CurrentActiveContract": 0,
"SupersededBy": 0,
"Name": "string",
"Id": "string",
"Updated": "string",
"Status": "string",
"ContractModificationMethod": "string",
"OriginalContract": 0,
"ContractGLStatus": "string",
"UpdatedUserId": "string",
"EditModifyContract": "string",
"Created": "string",
"Supersedes": 0,
"StartDate": "string",
"AccountId": 0
}
}'Response
application/json
{ "retrieveResponse": { "CreatedUserId": "string", "EndDate": "string", "ContractModificationDate": "string", "CurrentActiveContract": 0, "SupersededBy": 0, "Name": "string", "Id": "string", "Updated": "string", "Status": "string", "ContractModificationMethod": "string", "OriginalContract": 0, "ContractGLStatus": "string", "UpdatedUserId": "string", "EditModifyContract": "string", "Created": "string", "Supersedes": 0, "StartDate": "string", "AccountId": 0 } }