POST api/ValetAdmin/Dashboard/Report/SendViaEmail
Request Information
URI Parameters
None.
Body Parameters
CustomizableIntervalFormatBindingModelName | Description | Type | Additional information |
---|---|---|---|
DateFrom | date |
None. |
|
DateTo | date |
None. |
|
Format | ReportFormat |
None. |
|
Interval | Interval |
None. |
Request Formats
application/json, text/json
Sample:
{ "DateFrom": "2025-05-20T22:53:03", "DateTo": "2025-05-20T22:53:03", "Format": 0, "Interval": 0 }
application/xml, text/xml
Sample:
<CustomizableIntervalFormatBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParkJet.Models.BindingModels"> <Interval>Daily</Interval> <Format>Excel</Format> <DateFrom>2025-05-20T22:53:03.8191381+03:00</DateFrom> <DateTo>2025-05-20T22:53:03.8191381+03:00</DateTo> </CustomizableIntervalFormatBindingModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ServiceResponseName | Description | Type | Additional information |
---|---|---|---|
Success | boolean |
None. |
|
MessageId | integer |
None. |
|
Message | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "Success": true, "MessageId": 899, "Message": "\r\n", "Data": {} }
application/xml, text/xml
Sample:
<ServiceResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParkJet.Services.Response"> <MessageLog xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string></d2p1:string> <d2p1:string></d2p1:string> </MessageLog> </ServiceResponse>