POST stitching/execution/records
Request Information
URI Parameters
None.
Body Parameters
StitchingExecutionSearchRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| From_Date | date |
None. |
|
| To_Date | date |
None. |
|
| Mode | string |
None. |
|
| Stitching_Order_Id | integer |
None. |
|
| Stitching_Machine_Id | integer |
None. |
|
| Employee_Id | integer |
None. |
|
| Vendor_Id | integer |
None. |
|
| Stitch_Item_Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"From_Date": "2026-01-16T21:35:16.8149046+05:00",
"To_Date": "2026-01-16T21:35:16.8149046+05:00",
"Mode": "sample string 3",
"Stitching_Order_Id": 4,
"Stitching_Machine_Id": 5,
"Employee_Id": 6,
"Vendor_Id": 7,
"Stitch_Item_Id": 8
}
application/xml, text/xml
Sample:
<StitchingExecutionSearchRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EliteErp.MobileApiVB"> <Employee_Id>6</Employee_Id> <From_Date>2026-01-16T21:35:16.8149046+05:00</From_Date> <Mode>sample string 3</Mode> <Stitch_Item_Id>8</Stitch_Item_Id> <Stitching_Machine_Id>5</Stitching_Machine_Id> <Stitching_Order_Id>4</Stitching_Order_Id> <To_Date>2026-01-16T21:35:16.8149046+05:00</To_Date> <Vendor_Id>7</Vendor_Id> </StitchingExecutionSearchRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.