POST api/SheetMetal/DeleteSheetMetalSubCount

Request Information

URI Parameters

None.

Body Parameters

DeleteCriteria
NameDescriptionTypeAdditional 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": "2024-12-22T17:39:06.1230338-05:00",
  "DeleteWhatEnum": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"