POST api/Groups_v3/SaveActivityTime
Request Information
URI Parameters
None.
Body Parameters
ActivityTime| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | integer |
Required Range: inclusive between 220 and 2147483647 |
|
| groupId | integer |
Required Range: inclusive between 4 and 2147483647 |
|
| time | decimal number |
None. |
|
| date | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"accountId": 1,
"groupId": 2,
"time": 3.1,
"date": "2026-04-12T17:58:54.3702255+03:00"
}
text/plain, application/octet-stream
Sample:
{"accountId":1,"groupId":2,"time":3.1,"date":"2026-04-12T17:58:54.3702255+03:00"}
application/xml, text/xml
Sample:
<ActivityTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RashakaApi.ApiRequestBody"> <accountId>1</accountId> <date>2026-04-12T17:58:54.3702255+03:00</date> <groupId>2</groupId> <time>3.1</time> </ActivityTime>
multipart/form-data, application/form-data
Sample:
<ActivityTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RashakaApi.ApiRequestBody"><accountId>1</accountId><date>2026-04-12T17:58:54.3702255+03:00</date><groupId>2</groupId><time>3.1</time></ActivityTime>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain, application/octet-stream, application/xml, text/xml, multipart/form-data, application/form-data
Sample:
Sample not available.