POST api/Invalid/AddInvalid

Request Information

URI Parameters

None.

Body Parameters

InvalidModel
NameDescriptionTypeAdditional information
店铺ID

integer

None.

接待人ID

integer

None.

辅助接待人

string

None.

接待日期

date

None.

进店时间

date

None.

出店时间

date

None.

客户姓名

string

None.

客户类别

string

None.

性别

string

None.

年龄段

string

None.

是否有意向

boolean

None.

跟进人ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "店铺ID": 1,
  "接待人ID": 2,
  "辅助接待人": "sample string 3",
  "接待日期": "2026-01-17T09:20:34.8559603+08:00",
  "进店时间": "2026-01-17T09:20:34.8559603+08:00",
  "出店时间": "2026-01-17T09:20:34.8559603+08:00",
  "客户姓名": "sample string 7",
  "客户类别": "sample string 8",
  "性别": "sample string 9",
  "年龄段": "sample string 10",
  "是否有意向": true,
  "跟进人ID": 12
}

application/xml, text/xml

Sample:
<InvalidModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRM.Model">
  <出店时间>2026-01-17T09:20:34.8559603+08:00</出店时间>
  <客户姓名>sample string 7</客户姓名>
  <客户类别>sample string 8</客户类别>
  <年龄段>sample string 10</年龄段>
  <店铺ID>1</店铺ID>
  <性别>sample string 9</性别>
  <接待人ID>2</接待人ID>
  <接待日期>2026-01-17T09:20:34.8559603+08:00</接待日期>
  <是否有意向>true</是否有意向>
  <跟进人ID>12</跟进人ID>
  <辅助接待人>sample string 3</辅助接待人>
  <进店时间>2026-01-17T09:20:34.8559603+08:00</进店时间>
</InvalidModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.