POST api/report/reportbyagents
Obtiene la información para el reporte de checkins por cliente
Request Information
URI Parameters
None.
Body Parameters
ReportByAgents| Name | Description | Type | Additional information |
|---|---|---|---|
| startDate | date |
None. |
|
| endDate | date |
None. |
|
| stationName | string |
None. |
|
| brandWholesaler | string |
None. |
|
| stateId | integer |
None. |
|
| string |
None. |
||
| pin | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"startDate": "2026-06-05T18:27:55.3210486-06:00",
"endDate": "2026-06-05T18:27:55.3210486-06:00",
"stationName": "sample string 3",
"brandWholesaler": "sample string 4",
"stateId": 1,
"email": "sample string 5",
"pin": 1
}
application/xml, text/xml
Sample:
<ReportByAgents xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Loymark.Backend.Admin.Resources"> <brandWholesaler>sample string 4</brandWholesaler> <email>sample string 5</email> <endDate>2026-06-05T18:27:55.3210486-06:00</endDate> <pin>1</pin> <startDate>2026-06-05T18:27:55.3210486-06:00</startDate> <stateId>1</stateId> <stationName>sample string 3</stationName> </ReportByAgents>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Devuelve la información de los checkins por cliente
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.