POST api/CaneMisReport/HourlyCrushingReport
Request Information
URI Parameters
None.
Body Parameters
HourlyCrushing| Name | Description | Type | Additional information |
|---|---|---|---|
| Fact_Code | integer |
None. |
|
| UserLogin | string |
None. |
|
| CrushingDate | date |
None. |
|
| Timing | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Fact_Code": 1,
"UserLogin": "sample string 2",
"CrushingDate": "2025-12-11T08:07:26.7865359+05:30",
"Timing": 4
}
application/xml, text/xml
Sample:
<HourlyCrushing xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CaneMis_WebAPI.Models"> <CrushingDate>2025-12-11T08:07:26.7865359+05:30</CrushingDate> <Fact_Code>1</Fact_Code> <Timing>4</Timing> <UserLogin>sample string 2</UserLogin> </HourlyCrushing>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />