POST api/JiepeiIC/ICSpecialTypeSync

同步特殊元器件分类

Request Information

URI Parameters

None.

Body Parameters

请求参数

ICSpecialTypeSyncRequest
NameDescriptionTypeAdditional information
Model

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

SMT_ICSpecialType

None.

Type

同步类型

DataSyncType

None.

Request Formats

application/json, text/json

Sample:
{
  "Model": {
    "AddTime": "2025-05-05T20:32:34.3421161+08:00",
    "Id": 2,
    "OutsideId": 3,
    "SpecialName": "sample string 4",
    "SpecialNote": "sample string 5",
    "SpecialType": 64,
    "ADFrom": "sample string 7",
    "BaseActionName": "sample string 8",
    "BaseFrom": "sample string 9",
    "CurrencyType": 64,
    "BaseAttributes": {
      "sample string 1": {},
      "sample string 3": {}
    }
  },
  "Type": 1
}

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
}