POST api/CheckInStreak/batch-checkin
Request Information
URI Parameters
None.
Body Parameters
Collection of dateRequest Formats
application/json, text/json
Sample:
[ "2025-12-06T13:02:36.0291957+08:00", "2025-12-06T13:02:36.0291957+08:00" ]
application/xml, text/xml
Sample:
<ArrayOfdateTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <dateTime>2025-12-06T13:02:36.0291957+08:00</dateTime> <dateTime>2025-12-06T13:02:36.0291957+08:00</dateTime> </ArrayOfdateTime>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseBaseOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"Data": {}
}
application/xml, text/xml
Sample:
<ResponseBaseOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MoodTrackerApi.Common"> <Data /> <Message>sample string 2</Message> <Success>true</Success> </ResponseBaseOfanyType>