POST api/ProductStockAction/GetListActions
Request Information
URI Parameters
None.
Body Parameters
ProductStockActionGetListDateIntervalRequestName | Description | Type | Additional information |
---|---|---|---|
StartDate | date |
None. |
|
EndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "startDate": "2025-05-24T14:56:10.8194484+03:00", "endDate": "2025-05-24T14:56:10.8194484+03:00" }
application/xml, text/xml
Sample:
<ProductStockActionGetListDateIntervalRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs"> <EndDate>2025-05-24T14:56:10.8194484+03:00</EndDate> <StartDate>2025-05-24T14:56:10.8194484+03:00</StartDate> </ProductStockActionGetListDateIntervalRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"startDate":"2025-05-24T14:56:10.8194484+03:00","endDate":"2025-05-24T14:56:10.8194484+03:00"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.