POST api/PostAttendanceClub
Request Information
URI Parameters
None.
Body Parameters
PostAttendanceClub| Name | Description | Type | Additional information |
|---|---|---|---|
| PeriodCode | integer |
None. |
|
| ClubCode | integer |
None. |
|
| date | date |
None. |
|
| PStudents | string |
None. |
|
| AStudents | string |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PeriodCode": 1,
"ClubCode": 2,
"date": "2026-05-27T13:17:59.7135532+05:30",
"PStudents": "sample string 4",
"AStudents": "sample string 5",
"UserId": 6
}
application/xml, text/xml
Sample:
<PostAttendanceClub xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiForAndroid.Models"> <AStudents>sample string 5</AStudents> <ClubCode>2</ClubCode> <PStudents>sample string 4</PStudents> <PeriodCode>1</PeriodCode> <UserId>6</UserId> <date>2026-05-27T13:17:59.7135532+05:30</date> </PostAttendanceClub>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>