POST api/ApplyIndex/AddApplyIndex
Request Information
URI Parameters
None.
Body Parameters
CRM_员工跟进指标申请表| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| 员工ID | integer |
None. |
|
| 申请跟进数 | integer |
None. |
|
| 审核状态 | boolean |
None. |
|
| 备注 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"员工ID": 2,
"申请跟进数": 3,
"审核状态": true,
"备注": "sample string 5"
}
application/xml, text/xml
Sample:
<CRM_员工跟进指标申请表 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRM.Model"> <ID>1</ID> <员工ID>2</员工ID> <备注>sample string 5</备注> <审核状态>true</审核状态> <申请跟进数>3</申请跟进数> </CRM_员工跟进指标申请表>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |