POST Api/SaveZZAQPGResult

保存作战评估的内容

Request Information

URI Parameters

None.

Body Parameters

参数

vm_PG_ZZ
NameDescriptionTypeAdditional information
fldGuid

作战评估表,web只读,APP添加修改删除

globally unique identifier

None.

fldTaskID

对应的评估任务ID

globally unique identifier

None.

fldPGType

评估类型ID ,对 应System_Code 表里的父ID是08编码

string

None.

fldPGTypeName

评估类型名称

string

None.

fldPGItemID

评估项ID,对应 System_Code,逗号隔开如:08010201,08010202

string

None.

fldPGItemValue

评估项的评估值,System_Code里BZCode字段的值,逗号隔开,如1,2,04

string

None.

fldPGResult

评估结果:安全,不安全

string

None.

fldPGBGPath

备用,未用到,生成表格的PDF路径,可发送到共享用

string

None.

fldBZ

string

None.

AddUser

添加人

string

None.

AddTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "fldGuid": "f7e6bc1f-416d-43a5-a2c3-ac3f4b05a77c",
  "fldTaskID": "7fbd9550-2771-4e5b-b49e-578557464c2b",
  "fldPGType": "sample string 1",
  "fldPGTypeName": "sample string 2",
  "fldPGItemID": "sample string 3",
  "fldPGItemValue": "sample string 4",
  "fldPGResult": "sample string 5",
  "fldPGBGPath": "sample string 6",
  "fldBZ": "sample string 7",
  "AddUser": "sample string 8",
  "AddTime": "2026-04-09T01:20:19.2237754+08:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiResultOfString
NameDescriptionTypeAdditional information
data

string

None.

Code

执行状态码

string

None.

Message

结果消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": "sample string 1",
  "Code": "sample string 2",
  "Message": "sample string 3"
}