GET subscriber/{subscriberId}/report/payout/export?startDate={startDate}&endDate={endDate}
Returns an exported CSV of the currently filtered payout report.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
subscriberId | integer |
Required |
|
startDate | string |
Required |
|
endDate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
GetPayoutReportExportResponseName | Description | Type | Additional information |
---|---|---|---|
FileContents | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
{ "FileContents": "QEA=" }
application/xml, text/xml
Sample:
<GetPayoutReportExportResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mindbody.Contract.Subscriber.Responses"> <FileContents>QEA=</FileContents> </GetPayoutReportExportResponse>