POST api/Satement/AddOperation

Request Information

URI Parameters

None.

Body Parameters

CRM_运营报告评分
NameDescriptionTypeAdditional information
店铺ID

integer

None.

店铺名称

string

None.

等级

string

None.

销售状况得分

integer

None.

进店客流得分

integer

None.

确认率得分

integer

None.

成交率得分

integer

None.

陈列管控得分

integer

None.

转单率得分

integer

None.

出货率得分

integer

None.

年份

integer

None.

月份

integer

None.

本次评级

string

None.

总分合计

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "店铺ID": 1,
  "店铺名称": "sample string 2",
  "等级": "sample string 3",
  "销售状况得分": 4,
  "进店客流得分": 5,
  "确认率得分": 6,
  "成交率得分": 7,
  "陈列管控得分": 8,
  "转单率得分": 9,
  "出货率得分": 10,
  "年份": 11,
  "月份": 12,
  "本次评级": "sample string 13",
  "总分合计": 14
}

application/xml, text/xml

Sample:
<CRM_运营报告评分 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRM.Model">
  <出货率得分>10</出货率得分>
  <年份>11</年份>
  <店铺ID>1</店铺ID>
  <店铺名称>sample string 2</店铺名称>
  <总分合计>14</总分合计>
  <成交率得分>7</成交率得分>
  <月份>12</月份>
  <本次评级>sample string 13</本次评级>
  <确认率得分>6</确认率得分>
  <等级>sample string 3</等级>
  <转单率得分>9</转单率得分>
  <进店客流得分>5</进店客流得分>
  <销售状况得分>4</销售状况得分>
  <陈列管控得分>8</陈列管控得分>
</CRM_运营报告评分>

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.