POST api/JiepeiIC/ICSpecialSync

同步特殊元器件

Request Information

URI Parameters

None.

Body Parameters

请求参数

ICSpecialSyncRequest
NameDescriptionTypeAdditional information
Model

同步数据,新增/更新时传完整数据,删除时只需要Id

SMT_ICSpecial

None.

Type

同步类型

DataSyncType

None.

TypeIds

特殊元器件类型Id集合,删除时可不传

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Model": {
    "AddTime": "2025-05-05T20:41:43.5101496+08:00",
    "Id": 2,
    "IsBis": true,
    "IsQuestion": true,
    "IsSanLiao": true,
    "IsSensitive": true,
    "Note": "sample string 7",
    "OutsideId": 8,
    "PartNo": "sample string 9",
    "SanLiaoNote": "sample string 10",
    "ADFrom": "sample string 11",
    "BaseActionName": "sample string 12",
    "BaseFrom": "sample string 13",
    "CurrencyType": 64,
    "BaseAttributes": {
      "sample string 1": {},
      "sample string 3": {}
    }
  },
  "Type": 1,
  "TypeIds": [
    1,
    2
  ]
}

Response Information

Resource Description

ResponseModelOfInt32
NameDescriptionTypeAdditional information
Data

integer

None.

Status

Request processing results ('ok' or 'error')

string

None.

ErrorText

Error Description ( Empty when request processing successfully )

string

None.

Code

状态码

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": 1,
  "Status": "sample string 2",
  "ErrorText": "sample string 3",
  "Code": 4
}