POST api/Outlet/Modified

Request Information

URI Parameters

None.

Body Parameters

Collection of RecordModifiedDto
NameDescriptionTypeAdditional information
Id

integer

None.

Modified

date

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
[
  {
    "id": 1,
    "modified": "2024-07-10T02:27:51.3591532+00:00"
  },
  {
    "id": 1,
    "modified": "2024-07-10T02:27:51.3591532+00:00"
  }
]

text/plain

Sample:
[{"id":1,"modified":"2024-07-10T02:27:51.3591532+00:00"},{"id":1,"modified":"2024-07-10T02:27:51.3591532+00:00"}]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/plain

Sample:

Sample not available.