POST api/ActionflowPrompt/Save
Request Information
URI Parameters
None.
Body Parameters
ActionflowPromptVM| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountID | integer |
None. |
|
| Message | string |
None. |
|
| TemplateName | string |
None. |
|
| ActionflowPromptResult | ActionflowPromptResult |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountID": 1,
"Message": "sample string 1",
"TemplateName": "sample string 2",
"ActionflowPromptResult": 1
}
application/xml, text/xml
Sample:
<ActionflowPromptVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels.ActionflowPrompt"> <AccountID>1</AccountID> <ActionflowPromptResult>Read</ActionflowPromptResult> <Message>sample string 1</Message> <TemplateName>sample string 2</TemplateName> </ActionflowPromptVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ActionResultVM| Name | 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>