POST api/WorkFlow/PostSaveOrUpdateWorkflowTransMailBox
Request Information
URI Parameters
None.
Body Parameters
WFMTransaction| Name | Description | Type | Additional information |
|---|---|---|---|
| MasId | integer |
None. |
|
| FinYearId | integer |
None. |
|
| WorkflowId | integer |
None. |
|
| FormCode | string |
None. |
|
| Privacy | string |
None. |
|
| Subject | string |
None. |
|
| Priority | integer |
None. |
|
| DetailId | integer |
None. |
|
| AttachId | integer |
None. |
|
| CrBy | integer |
None. |
|
| CrOn | date |
None. |
|
| FileNo | integer |
None. |
|
| IsDisposed | integer |
None. |
|
| DisposedBy | integer |
None. |
|
| WFStateId | integer |
None. |
|
| Status | string |
None. |
|
| PageIDs | string |
None. |
|
| TransId | integer |
None. |
|
| TransFrom | integer |
None. |
|
| TransTo | string |
None. |
|
| Remarks | string |
None. |
|
| ActionId | integer |
None. |
|
| SentBy | integer |
None. |
|
| CheckListId | integer |
None. |
|
| CheckListVaue | string |
None. |
|
| TrnTo | integer |
None. |
|
| UsrOrGrp | character |
None. |
|
| ReadFlg | character |
None. |
|
| TrnStatus | character |
None. |
|
| ToStateId | string |
None. |
|
| TransBy | string |
None. |
|
| TransNote | string |
None. |
|
| RefNo | integer |
None. |
|
| Sender | string |
None. |
|
| Place | string |
None. |
|
| DocId | integer |
None. |
|
| connstring | string |
None. |
|
| con | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MasId": 1,
"FinYearId": 2,
"WorkflowId": 3,
"FormCode": "sample string 4",
"Privacy": "sample string 5",
"Subject": "sample string 6",
"Priority": 7,
"DetailId": 8,
"AttachId": 9,
"CrBy": 10,
"CrOn": "2026-07-31T15:17:15.8843352-07:00",
"FileNo": 12,
"IsDisposed": 13,
"DisposedBy": 14,
"WFStateId": 15,
"Status": "sample string 16",
"PageIDs": "sample string 17",
"TransId": 18,
"TransFrom": 19,
"TransTo": "sample string 20",
"Remarks": "sample string 21",
"ActionId": 22,
"SentBy": 23,
"CheckListId": 24,
"CheckListVaue": "sample string 25",
"TrnTo": 26,
"UsrOrGrp": "A",
"ReadFlg": "A",
"TrnStatus": "A",
"ToStateId": "sample string 30",
"TransBy": "sample string 31",
"TransNote": "sample string 32",
"RefNo": 33,
"Sender": "sample string 34",
"Place": "sample string 35",
"DocId": 36,
"connstring": "sample string 37",
"con": "sample string 38"
}
application/xml, text/xml
Sample:
<WFMTransaction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BILLING.BAL.WorkFlowHealpers"> <ActionId>22</ActionId> <AttachId>9</AttachId> <CheckListId>24</CheckListId> <CheckListVaue>sample string 25</CheckListVaue> <CrBy>10</CrBy> <CrOn>2026-07-31T15:17:15.8843352-07:00</CrOn> <DetailId>8</DetailId> <DisposedBy>14</DisposedBy> <DocId>36</DocId> <FileNo>12</FileNo> <FinYearId>2</FinYearId> <FormCode>sample string 4</FormCode> <IsDisposed>13</IsDisposed> <MasId>1</MasId> <PageIDs>sample string 17</PageIDs> <Place>sample string 35</Place> <Priority>7</Priority> <Privacy>sample string 5</Privacy> <ReadFlg>65</ReadFlg> <RefNo>33</RefNo> <Remarks>sample string 21</Remarks> <Sender>sample string 34</Sender> <SentBy>23</SentBy> <Status>sample string 16</Status> <Subject>sample string 6</Subject> <ToStateId>sample string 30</ToStateId> <TransBy>sample string 31</TransBy> <TransFrom>19</TransFrom> <TransId>18</TransId> <TransNote>sample string 32</TransNote> <TransTo>sample string 20</TransTo> <TrnStatus>65</TrnStatus> <TrnTo>26</TrnTo> <UsrOrGrp>65</UsrOrGrp> <WFStateId>15</WFStateId> <WorkflowId>3</WorkflowId> <con>sample string 38</con> <connstring>sample string 37</connstring> </WFMTransaction>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.