POST api/Target/AddTarGet

Request Information

URI Parameters

None.

Body Parameters

Collection of CRM_Add目标分解明细
NameDescriptionTypeAdditional information
ID

integer

None.

目标ID

integer

None.

员工ID

integer

None.

分解金额

decimal number

None.

制单人

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "目标ID": 2,
    "员工ID": 3,
    "分解金额": 4.0,
    "制单人": 5
  },
  {
    "ID": 1,
    "目标ID": 2,
    "员工ID": 3,
    "分解金额": 4.0,
    "制单人": 5
  }
]

application/xml, text/xml

Sample:
<ArrayOfCRM_Add目标分解明细 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRM.Model">
  <CRM_Add目标分解明细>
    <ID>1</ID>
    <分解金额>4</分解金额>
    <制单人>5</制单人>
    <员工ID>3</员工ID>
    <目标ID>2</目标ID>
  </CRM_Add目标分解明细>
  <CRM_Add目标分解明细>
    <ID>1</ID>
    <分解金额>4</分解金额>
    <制单人>5</制单人>
    <员工ID>3</员工ID>
    <目标ID>2</目标ID>
  </CRM_Add目标分解明细>
</ArrayOfCRM_Add目标分解明细>

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.