POST api/Dashboard/GetMylerDashboard
Request Information
URI Parameters
None.
Body Parameters
MobileMylarDashboardSearchDtoName | Description | Type | Additional information |
---|---|---|---|
From | date |
None. |
|
To | date |
None. |
|
MylerId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "From": "2025-04-06T22:50:50.0350253+02:00", "To": "2025-04-06T22:50:50.0350253+02:00", "MylerId": 3 }
application/xml, text/xml
Sample:
<MobileMylarDashboardSearchDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MYLERZ.Base.SearchCriteria"> <From>2025-04-06T22:50:50.0350253+02:00</From> <MylerId>3</MylerId> <To>2025-04-06T22:50:50.0350253+02:00</To> </MobileMylarDashboardSearchDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DescriptiveResponseOfMobileMylarDashboardDtoName | Description | Type | Additional information |
---|---|---|---|
Value | MobileMylarDashboardDto |
None. |
|
CoreValue | string |
None. |
|
IsErrorState | boolean |
None. |
|
ErrorDescription | string |
None. |
|
ErrorMetadata | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "Value": { "DeliveredOrder": 1, "RejectedOrder": 2, "RescheduleOrder": 3, "ReturnOrder": 4, "PickupOrder": 5, "NoPackageInPickup": 6, "Rate": 7.1 }, "CoreValue": "sample string 1", "IsErrorState": true, "ErrorDescription": "sample string 3", "ErrorMetadata": {} }
application/xml, text/xml
Sample:
<DescriptiveResponseOfMobileMylarDashboardDtojrpIaqcJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MYLERZ.Base.Entities"> <CoreValue>sample string 1</CoreValue> <ErrorDescription>sample string 3</ErrorDescription> <ErrorMetadata /> <IsErrorState>true</IsErrorState> <Value xmlns:d2p1="http://schemas.datacontract.org/2004/07/MYLERZ.Base.SearchCriteria"> <d2p1:DeliveredOrder>1</d2p1:DeliveredOrder> <d2p1:NoPackageInPickup>6</d2p1:NoPackageInPickup> <d2p1:PickupOrder>5</d2p1:PickupOrder> <d2p1:Rate>7.1</d2p1:Rate> <d2p1:RejectedOrder>2</d2p1:RejectedOrder> <d2p1:RescheduleOrder>3</d2p1:RescheduleOrder> <d2p1:ReturnOrder>4</d2p1:ReturnOrder> </Value> </DescriptiveResponseOfMobileMylarDashboardDtojrpIaqcJ>