POST Klipfolio/Entries
Request Information
URI Parameters
None.
Body Parameters
KlipfolioEarningRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| From | date |
None. |
|
| To | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"From": "2025-11-02T03:51:32.7601159+01:00",
"To": "2025-11-02T03:51:32.7601159+01:00"
}
application/xml, text/xml
Sample:
<KlipfolioEarningRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sportrick.ApiModel.Requests"> <From>2025-11-02T03:51:32.7601159+01:00</From> <To>2025-11-02T03:51:32.7601159+01:00</To> </KlipfolioEarningRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of KlipfolioEntriesResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Time | integer |
None. |
|
| Day | string |
None. |
|
| EntriesNumber | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Time": 1,
"Day": "sample string 2",
"EntriesNumber": 3
},
{
"Time": 1,
"Day": "sample string 2",
"EntriesNumber": 3
}
]
application/xml, text/xml
Sample:
<ArrayOfKlipfolioEntriesResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sportrick.ApiModel.Responses">
<KlipfolioEntriesResponse>
<Day>sample string 2</Day>
<EntriesNumber>3</EntriesNumber>
<Time>1</Time>
</KlipfolioEntriesResponse>
<KlipfolioEntriesResponse>
<Day>sample string 2</Day>
<EntriesNumber>3</EntriesNumber>
<Time>1</Time>
</KlipfolioEntriesResponse>
</ArrayOfKlipfolioEntriesResponse>