GET api/DeliveryBoyDeliveryInfo/GetDeliveryBoyDeliveryInfoByAreaIdandBoyId?Month={Month}&Year={Year}&Day={Day}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Month | integer |
Required |
|
| Year | integer |
Required |
|
| Day | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DeliveryBoyDeliveryInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Month | integer |
None. |
|
| Year | integer |
None. |
|
| Day | integer |
None. |
|
| CustomerId | integer |
None. |
|
| DeliveryBoyId | integer |
None. |
|
| ProductId | integer |
None. |
|
| SizeId | integer |
None. |
|
| Status | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": 1,
"Month": 2,
"Year": 3,
"Day": 4,
"CustomerId": 5,
"DeliveryBoyId": 6,
"ProductId": 7,
"SizeId": 8,
"Status": "sample string 9"
},
{
"$ref": "1"
}
]
application/octet-stream
Sample:
[{"$id":"1","Id":1,"Month":2,"Year":3,"Day":4,"CustomerId":5,"DeliveryBoyId":6,"ProductId":7,"SizeId":8,"Status":"sample string 9"},{"$ref":"1"}]