POST api/WorkflowTriggerDebtor/SaveWorkflowTrigger?IsContactSave={IsContactSave}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
IsContactSave | boolean |
Required |
Body Parameters
WorkflowTriggerModelName | Description | Type | Additional information |
---|---|---|---|
WorkflowTriggerID | integer |
None. |
|
WorkflowTriggerTypeID | integer |
None. |
|
WorkflowTriggerStatusID | integer |
None. |
|
AccountID | integer |
None. |
|
WorkflowID | integer |
None. |
|
StatusID | integer |
None. |
|
PriorityOrder | integer |
None. |
|
CreateID | integer |
None. |
|
CreateSessionID | integer |
None. |
|
CreateTS | date |
None. |
|
ModifyID | integer |
None. |
|
ModifySessionID | integer |
None. |
|
ModifyTS | date |
None. |
|
InactiveID | integer |
None. |
|
InactiveSessionID | integer |
None. |
|
InactiveTS | date |
None. |
|
WorkflowTriggerBatchID | integer |
None. |
|
WorkflowLineId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "WorkflowTriggerID": 1, "WorkflowTriggerTypeID": 1, "WorkflowTriggerStatusID": 1, "AccountID": 1, "WorkflowID": 1, "StatusID": 1, "PriorityOrder": 1, "CreateID": 1, "CreateSessionID": 1, "CreateTS": "2025-09-02T23:04:51.8111689+00:00", "ModifyID": 1, "ModifySessionID": 1, "ModifyTS": "2025-09-02T23:04:51.8111689+00:00", "InactiveID": 1, "InactiveSessionID": 1, "InactiveTS": "2025-09-02T23:04:51.8111689+00:00", "WorkflowTriggerBatchID": 1, "WorkflowLineId": 1 }
application/xml, text/xml
Sample:
<WorkflowTriggerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.WorkflowTrigger"> <AccountID>1</AccountID> <CreateID>1</CreateID> <CreateSessionID>1</CreateSessionID> <CreateTS>2025-09-02T23:04:51.8111689+00:00</CreateTS> <InactiveID>1</InactiveID> <InactiveSessionID>1</InactiveSessionID> <InactiveTS>2025-09-02T23:04:51.8111689+00:00</InactiveTS> <ModifyID>1</ModifyID> <ModifySessionID>1</ModifySessionID> <ModifyTS>2025-09-02T23:04:51.8111689+00:00</ModifyTS> <PriorityOrder>1</PriorityOrder> <StatusID>1</StatusID> <WorkflowID>1</WorkflowID> <WorkflowLineId>1</WorkflowLineId> <WorkflowTriggerBatchID>1</WorkflowTriggerBatchID> <WorkflowTriggerID>1</WorkflowTriggerID> <WorkflowTriggerStatusID>1</WorkflowTriggerStatusID> <WorkflowTriggerTypeID>1</WorkflowTriggerTypeID> </WorkflowTriggerModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ActionResultVMName | Description | Type | Additional information |
---|---|---|---|
Response | IResponse |
None. |
Response Formats
application/json, text/json
Sample:
{ "Response": null }
application/xml, text/xml
Sample:
<ActionResultVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels"> <Response i:nil="true" /> </ActionResultVM>