{
"id": 0,
"name": "string",
"majorCodes": [
"string"
],
"equipmentMajorList": [
{
"code": "string",
"objectClasses": [
{
"classCode": "string",
"self": true,
"componentIds": [
0
]
}
]
}
],
"noDeliveryObjectTypeList": [
{
"objType": "PROJECT",
"self": true,
"equipmentEntityIds": [
0
]
}
],
"pjRisks": [
{
"riskBusinessId": "string",
"roomFuncTypeCodeList": [
"string"
]
}
]
}curl --location --request POST '/pj/deal-major/save' \
--header 'project-id: {{project-id}}' \
--header 'group-code: {{group-code}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"majorCodes": [
"string"
],
"equipmentMajorList": [
{
"code": "string",
"objectClasses": [
{
"classCode": "string",
"self": true,
"componentIds": [
0
]
}
]
}
],
"noDeliveryObjectTypeList": [
{
"objType": "PROJECT",
"self": true,
"equipmentEntityIds": [
0
]
}
],
"pjRisks": [
{
"riskBusinessId": "string",
"roomFuncTypeCodeList": [
"string"
]
}
]
}'{}