POST Klipfolio/Entries
Request Information
URI Parameters
None.
Body Parameters
KlipfolioEarningRequestName | Description | Type | Additional information |
---|---|---|---|
From | date |
None. |
|
To | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "From": "2025-05-10T11:46:35.7760299+02:00", "To": "2025-05-10T11:46:35.7760299+02: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-05-10T11:46:35.7760299+02:00</From> <To>2025-05-10T11:46:35.7760299+02:00</To> </KlipfolioEarningRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of KlipfolioEntriesResponseName | 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>