POST Service/ExecuteProjectFollowupPrompt
Request Information
URI Parameters
None.
Body Parameters
SendPromptMsgRequestName | Description | Type | Additional information |
---|---|---|---|
NodeID | integer |
None. |
|
NodeText | string |
None. |
|
Count | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "NodeID": 1, "NodeText": "sample string 2", "Count": 3 }
application/xml, text/xml
Sample:
<SendPromptMsgRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MKY.ERP.RG.WebApis.Models"> <Count>3</Count> <NodeID>1</NodeID> <NodeText>sample string 2</NodeText> </SendPromptMsgRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.