POST api/Exhibition/AddDesignFollow
Request Information
URI Parameters
None.
Body Parameters
设计师_跟进记录| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| 跟进日期 | date |
None. |
|
| 设计师ID | integer |
None. |
|
| 设计师_公司名称 | string |
None. |
|
| 设计师_姓名 | string |
None. |
|
| 跟进方式ID | integer |
None. |
|
| 跟进方式 | string |
None. |
|
| 跟进内容 | string |
None. |
|
| 定位 | string |
None. |
|
| 跟进人ID | integer |
None. |
|
| 跟进人姓名 | string |
None. |
|
| 制单日期 | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"跟进日期": "2026-01-17T09:20:37.5746573+08:00",
"设计师ID": 3,
"设计师_公司名称": "sample string 4",
"设计师_姓名": "sample string 5",
"跟进方式ID": 6,
"跟进方式": "sample string 7",
"跟进内容": "sample string 8",
"定位": "sample string 9",
"跟进人ID": 10,
"跟进人姓名": "sample string 11",
"制单日期": "2026-01-17T09:20:37.5746573+08:00"
}
application/xml, text/xml
Sample:
<设计师_跟进记录 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRM.Model"> <ID>1</ID> <制单日期>2026-01-17T09:20:37.5746573+08:00</制单日期> <定位>sample string 9</定位> <设计师ID>3</设计师ID> <设计师_公司名称>sample string 4</设计师_公司名称> <设计师_姓名>sample string 5</设计师_姓名> <跟进人ID>10</跟进人ID> <跟进人姓名>sample string 11</跟进人姓名> <跟进内容>sample string 8</跟进内容> <跟进方式>sample string 7</跟进方式> <跟进方式ID>6</跟进方式ID> <跟进日期>2026-01-17T09:20:37.5746573+08:00</跟进日期> </设计师_跟进记录>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APIResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 1,
"Message": "sample string 2",
"Data": {}
}
application/xml, text/xml
Sample:
<APIResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRM.Model"> <Code>1</Code> <Data /> <Message>sample string 2</Message> </APIResult>