POST api/SheetMetal/DeleteSheetMetalSubCount
Request Information
URI Parameters
None.
Body Parameters
DeleteCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| SheetMetalCountSubId | integer |
None. |
|
| ShiftId | string |
None. |
|
| Username | string |
None. |
|
| ItemId | string |
None. |
|
| SteelMetalId | integer |
None. |
|
| CreatedDate | date |
None. |
|
| DeleteWhatEnum | DeleteWhat |
None. |
Request Formats
application/json, text/json
Sample:
{
"SheetMetalCountSubId": 1,
"ShiftId": "sample string 2",
"Username": "sample string 3",
"ItemId": "sample string 4",
"SteelMetalId": 5,
"CreatedDate": "2025-11-30T18:46:14.0797889-05:00",
"DeleteWhatEnum": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"