POST api/userDevice/getByDate
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| rec | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"id": 1,
"cutOffDate": "2025-12-18T17:47:47.4799261+01:00",
"endDate": "2025-12-18T17:47:47.4799261+01:00",
"status": 1,
"newStatus": 1,
"notificationTypeId": "sample string 1",
"size": 1
}
application/xml, text/xml
Sample:
<CutOffRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <id>1</id> <cutOffDate>2025-12-18T17:47:47.4799261+01:00</cutOffDate> <endDate>2025-12-18T17:47:47.4799261+01:00</endDate> <status>1</status> <newStatus>1</newStatus> <notificationTypeId>sample string 1</notificationTypeId> <size>1</size> </CutOffRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.