POST api/SheetMetal/SheetMetalCount
Request Information
URI Parameters
None.
Body Parameters
SheetMetalCount| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SiteId | string |
None. |
|
| ShiftId | string |
None. |
|
| SheetMetalId | integer |
None. |
|
| WhichLocationId | integer |
None. |
|
| AreaResourceId | integer |
None. |
|
| areaResource | AreaResource |
None. |
|
| FullSkid | integer |
None. |
|
| PartialSkid | integer |
None. |
|
| UsedCount | integer |
None. |
|
| AtMachineCount | integer |
None. |
|
| SaveStatusId | integer |
None. |
|
| MetalInventoryId | integer |
None. |
|
| Created | date |
None. |
|
| LastUpdate | date |
None. |
|
| CreatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"SiteId": "sample string 2",
"ShiftId": "sample string 3",
"SheetMetalId": 4,
"WhichLocationId": 5,
"AreaResourceId": 6,
"areaResource": {
"$id": "2",
"Id": 1,
"Description": "sample string 2",
"Site": {
"$id": "3",
"ID": "sample string 1",
"Description": "sample string 2",
"DescShort": "sample string 3",
"DescPDM": "sample string 4"
},
"OprId": "sample string 3",
"DisplayOrder": 4,
"PickListColor": "sample string 5"
},
"FullSkid": 7,
"PartialSkid": 8,
"UsedCount": 9,
"AtMachineCount": 10,
"SaveStatusId": 11,
"MetalInventoryId": 12,
"Created": "2025-11-30T18:46:12.9221839-05:00",
"LastUpdate": "2025-11-30T18:46:12.9221839-05:00",
"CreatedBy": "sample string 15"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1