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/CS_ACTION_TYPE/{id}
https://my.billingplatform.com/demogm/rest/2.0/CS_ACTION_TYPE/{id}
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/CS_ACTION_TYPE/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "Name": "string", "Type": "string", "Status": "string", "ActionNote": "string", "CanBeScheduled": 0, "WorkflowRuleId": 0, "WhenCreatedWorkflowRuleId": 0, "Created": "string", "Id": "string", "Description": "string", "Updated": "string", "UpdatedUserId": "string", "CreatedUserId": "string", "AccountContactRecipients": "string", "ConfigurationId": 0 } }
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/CS_ACTION_TYPE
https://my.billingplatform.com/demogm/rest/2.0/CS_ACTION_TYPE
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/CS_ACTION_TYPE?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "Name": "string", "Type": "string", "Status": "string", "ActionNote": "string", "CanBeScheduled": 0, "WorkflowRuleId": 0, "WhenCreatedWorkflowRuleId": 0, "Created": "string", "Id": "string", "Description": "string", "Updated": "string", "UpdatedUserId": "string", "CreatedUserId": "string", "AccountContactRecipients": "string", "ConfigurationId": 0 } }
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/CS_ACTION_TYPE
https://my.billingplatform.com/demogm/rest/2.0/CS_ACTION_TYPE
curl -i -X POST \
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/CS_ACTION_TYPE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Name": "string",
"Type": "string",
"Status": "string",
"ActionNote": "string",
"CanBeScheduled": 0,
"WorkflowRuleId": 0,
"WhenCreatedWorkflowRuleId": 0,
"Created": "string",
"Id": "string",
"Description": "string",
"Updated": "string",
"UpdatedUserId": "string",
"CreatedUserId": "string",
"AccountContactRecipients": "string",
"ConfigurationId": 0
}
}'
{ "retrieveResponse": { "Name": "string", "Type": "string", "Status": "string", "ActionNote": "string", "CanBeScheduled": 0, "WorkflowRuleId": 0, "WhenCreatedWorkflowRuleId": 0, "Created": "string", "Id": "string", "Description": "string", "Updated": "string", "UpdatedUserId": "string", "CreatedUserId": "string", "AccountContactRecipients": "string", "ConfigurationId": 0 } }