POST api/DailyDeliveryDetails/DeleteSubscribrProduct
Request Information
URI Parameters
None.
Body Parameters
Subscribe| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| ProductId | integer |
None. |
|
| Qty | decimal number |
None. |
|
| DayToAdd | integer |
None. |
|
| CustomerId | integer |
None. |
|
| ColumnName | string |
None. |
|
| Month | integer |
None. |
|
| Year | integer |
None. |
|
| SizeId | integer |
None. |
|
| UnitId | integer |
None. |
|
| Rate | decimal number |
None. |
|
| AreaId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"StartDate": "sample string 1",
"EndDate": "sample string 2",
"ProductId": 3,
"Qty": 4.0,
"DayToAdd": 5,
"CustomerId": 6,
"ColumnName": "sample string 7",
"Month": 8,
"Year": 9,
"SizeId": 10,
"UnitId": 11,
"Rate": 12.0,
"AreaId": 13
}
application/octet-stream
Sample:
{"$id":"1","StartDate":"sample string 1","EndDate":"sample string 2","ProductId":3,"Qty":4.0,"DayToAdd":5,"CustomerId":6,"ColumnName":"sample string 7","Month":8,"Year":9,"SizeId":10,"UnitId":11,"Rate":12.0,"AreaId":13}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json, application/octet-stream
Sample:
true