POST api/Groups_v3/RashakaSocietySteps
Request Information
URI Parameters
None.
Body Parameters
RashakaSocietyStepsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | integer |
Required |
|
| period | string |
None. |
|
| type | string |
Required |
|
| todayDate | date |
Data type: Date |
|
| page | integer |
None. |
|
| age | integer |
None. |
|
| iso | string |
None. |
|
| gender | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"accountId": 1,
"period": "sample string 2",
"type": "sample string 3",
"todayDate": "2026-04-12T19:42:30.3578825+03:00",
"page": 1,
"age": 5,
"iso": "sample string 7",
"gender": "sample string 8"
}
text/plain, application/octet-stream
Sample:
{"accountId":1,"period":"sample string 2","type":"sample string 3","todayDate":"2026-04-12T19:42:30.3578825+03:00","page":1,"age":5,"iso":"sample string 7","gender":"sample string 8"}
application/xml, text/xml
Sample:
<RashakaSocietyStepsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RashakaApi.Modules.Groups.DTO"> <accountId>1</accountId> <age>5</age> <gender>sample string 8</gender> <iso>sample string 7</iso> <page>1</page> <period>sample string 2</period> <todayDate>2026-04-12T19:42:30.3578825+03:00</todayDate> <type>sample string 3</type> </RashakaSocietyStepsModel>
multipart/form-data, application/form-data
Sample:
<RashakaSocietyStepsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RashakaApi.Modules.Groups.DTO"><accountId>1</accountId><age>5</age><gender>sample string 8</gender><iso>sample string 7</iso><page>1</page><period>sample string 2</period><todayDate>2026-04-12T19:42:30.3578825+03:00</todayDate><type>sample string 3</type></RashakaSocietyStepsModel>
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.