POST api/SheetMetal/SheetMetalCountSub

Request Information

URI Parameters

None.

Body Parameters

SheetMetalCountSub
NameDescriptionTypeAdditional information
Id

integer

None.

SheetMetalCountId

integer

None.

WhichLocationId

integer

None.

AreaResourceId

integer

None.

WhichSubCountId

integer

None.

WhichSubCount

WhichSubCount

None.

SubCount

integer

None.

CreatedDate

date

None.

CreatedBy

string

None.

ProdId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "SheetMetalCountId": 2,
  "WhichLocationId": 3,
  "AreaResourceId": 4,
  "WhichSubCountId": 5,
  "WhichSubCount": {
    "$id": "2",
    "Id": 1,
    "Description": "sample string 2",
    "EnumWhichSubCount": 1
  },
  "SubCount": 6,
  "CreatedDate": "2024-12-22T17:12:51.3658792-05:00",
  "CreatedBy": "sample string 8",
  "ProdId": "sample string 9"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1