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