POST api/Transactions/ResetReadFlags?fromCreateDate={fromCreateDate}&toCreateDate={toCreateDate}
Reset the read flags for all transactions and transaction agents in the date range.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| fromCreateDate |
Search from transaction create date |
date |
Required |
| toCreateDate |
Search to transaction create date |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
Ok on success
HttpStatusCodeResponse Formats
application/json, text/json
Sample:
100
application/xml, text/xml
Sample:
<HttpStatusCode xmlns="http://schemas.datacontract.org/2004/07/System.Net">Continue</HttpStatusCode>