Billing Platform API
Billing Platform API
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/WORKFLOW_ACTION/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "ActionCriteria": "string", "Created": "string", "Updated": "string", "LinkUrl": "string", "DocumentTemplateSource": "string", "CounterFail": "string", "ActionType": "string", "HttpMessage": "string", "SoapEntityCreationRequest": "string", "FileName": "string", "Status": "string", "RecipientTo": "string", "DocumentTemplateField": "string", "UpdateToNullFlag": 0, "ExecOrder": "string", "RecipientCc": "string", "DocumentTemplateId": 0, "ExpeditedExecution": 0, "UpdEntityField": "string", "Formula": "string", "CriteriaFormula": "string", "CounterSucces": "string", "UpdateFilterField": "string", "WorkflowActionName": "string", "CreateEntityId": 0, "FilterLogic": "string", "EmailTemplateId": 0, "CreatedUserId": "string", "UpdatedUserId": "string", "UpsertField": "string", "Id": "string", "Description": "string", "RecipientBcc": "string", "HttpMethod": "string", "OauthAuthenticationKeyId": 0, "ExecuteOnUpdate": "string", "ExecuteOnUpsert": "string", "ExecuteOnDelete": "string", "Immediately": 0, "AttachField": "string", "WorkflowRuleId": 0, "SystemFlag": "string", "ExternalKey": "string", "ExecuteOnCreate": "string" } }
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/WORKFLOW_ACTION?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "ActionCriteria": "string", "Created": "string", "Updated": "string", "LinkUrl": "string", "DocumentTemplateSource": "string", "CounterFail": "string", "ActionType": "string", "HttpMessage": "string", "SoapEntityCreationRequest": "string", "FileName": "string", "Status": "string", "RecipientTo": "string", "DocumentTemplateField": "string", "UpdateToNullFlag": 0, "ExecOrder": "string", "RecipientCc": "string", "DocumentTemplateId": 0, "ExpeditedExecution": 0, "UpdEntityField": "string", "Formula": "string", "CriteriaFormula": "string", "CounterSucces": "string", "UpdateFilterField": "string", "WorkflowActionName": "string", "CreateEntityId": 0, "FilterLogic": "string", "EmailTemplateId": 0, "CreatedUserId": "string", "UpdatedUserId": "string", "UpsertField": "string", "Id": "string", "Description": "string", "RecipientBcc": "string", "HttpMethod": "string", "OauthAuthenticationKeyId": 0, "ExecuteOnUpdate": "string", "ExecuteOnUpsert": "string", "ExecuteOnDelete": "string", "Immediately": 0, "AttachField": "string", "WorkflowRuleId": 0, "SystemFlag": "string", "ExternalKey": "string", "ExecuteOnCreate": "string" } }
curl -i -X POST \
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/WORKFLOW_ACTION \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"ActionCriteria": "string",
"Created": "string",
"Updated": "string",
"LinkUrl": "string",
"DocumentTemplateSource": "string",
"CounterFail": "string",
"ActionType": "string",
"HttpMessage": "string",
"SoapEntityCreationRequest": "string",
"FileName": "string",
"Status": "string",
"RecipientTo": "string",
"DocumentTemplateField": "string",
"UpdateToNullFlag": 0,
"ExecOrder": "string",
"RecipientCc": "string",
"DocumentTemplateId": 0,
"ExpeditedExecution": 0,
"UpdEntityField": "string",
"Formula": "string",
"CriteriaFormula": "string",
"CounterSucces": "string",
"UpdateFilterField": "string",
"WorkflowActionName": "string",
"CreateEntityId": 0,
"FilterLogic": "string",
"EmailTemplateId": 0,
"CreatedUserId": "string",
"UpdatedUserId": "string",
"UpsertField": "string",
"Id": "string",
"Description": "string",
"RecipientBcc": "string",
"HttpMethod": "string",
"OauthAuthenticationKeyId": 0,
"ExecuteOnUpdate": "string",
"ExecuteOnUpsert": "string",
"ExecuteOnDelete": "string",
"Immediately": 0,
"AttachField": "string",
"WorkflowRuleId": 0,
"SystemFlag": "string",
"ExternalKey": "string",
"ExecuteOnCreate": "string"
}
}'
{ "retrieveResponse": { "ActionCriteria": "string", "Created": "string", "Updated": "string", "LinkUrl": "string", "DocumentTemplateSource": "string", "CounterFail": "string", "ActionType": "string", "HttpMessage": "string", "SoapEntityCreationRequest": "string", "FileName": "string", "Status": "string", "RecipientTo": "string", "DocumentTemplateField": "string", "UpdateToNullFlag": 0, "ExecOrder": "string", "RecipientCc": "string", "DocumentTemplateId": 0, "ExpeditedExecution": 0, "UpdEntityField": "string", "Formula": "string", "CriteriaFormula": "string", "CounterSucces": "string", "UpdateFilterField": "string", "WorkflowActionName": "string", "CreateEntityId": 0, "FilterLogic": "string", "EmailTemplateId": 0, "CreatedUserId": "string", "UpdatedUserId": "string", "UpsertField": "string", "Id": "string", "Description": "string", "RecipientBcc": "string", "HttpMethod": "string", "OauthAuthenticationKeyId": 0, "ExecuteOnUpdate": "string", "ExecuteOnUpsert": "string", "ExecuteOnDelete": "string", "Immediately": 0, "AttachField": "string", "WorkflowRuleId": 0, "SystemFlag": "string", "ExternalKey": "string", "ExecuteOnCreate": "string" } }