POST api/Contact/Modified
Request Information
URI Parameters
None.
Body Parameters
Collection of RecordModifiedDtoName | Description | Type | Additional 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-11-21T08:44:16.8216695+00:00" }, { "id": 1, "modified": "2024-11-21T08:44:16.8216695+00:00" } ]
text/plain
Sample:
[{"id":1,"modified":"2024-11-21T08:44:16.8216695+00:00"},{"id":1,"modified":"2024-11-21T08:44:16.8216695+00:00"}]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain
Sample:
Sample not available.