PUT api/Flow/PutFlow/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

MsgModal
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "IMsgID": 1,
  "OMsgID": 2,
  "Bill_id": 3,
  "Form_Name": "sample string 4",
  "ReadState": 5,
  "ActionBrief": "sample string 6",
  "StateBrief": "sample string 7",
  "VipLevel": 8,
  "Msg_Code": 9,
  "SendTime": "sample string 10",
  "SendUser": "sample string 11",
  "Subject": "sample string 12",
  "Form_id": "sample string 13"
}

application/xml, text/xml

Sample:
<wfMsgModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <ActionBrief>sample string 6</ActionBrief>
  <Bill_id>3</Bill_id>
  <Form_Name>sample string 4</Form_Name>
  <Form_id>sample string 13</Form_id>
  <IMsgID>1</IMsgID>
  <Msg_Code>9</Msg_Code>
  <OMsgID>2</OMsgID>
  <ReadState>5</ReadState>
  <SendTime>sample string 10</SendTime>
  <SendUser>sample string 11</SendUser>
  <StateBrief>sample string 7</StateBrief>
  <Subject>sample string 12</Subject>
  <VipLevel>8</VipLevel>
</wfMsgModal>

application/x-www-form-urlencoded

Sample:

Sample not available.