POST api/casedeals

Request Information

URI Parameters

None.

Body Parameters

CaseDeal
NameDescriptionTypeAdditional information
ID

integer

None.

CaseRangeID

integer

None.

PercentFrom

decimal number

None.

PercentTo

decimal number

None.

PercentOfCaseDeal

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "caseRangeID": 2,
  "percentFrom": 3.1,
  "percentTo": 4.1,
  "percentOfCaseDeal": 5.1
}

application/xml, text/xml

Sample:
<CaseDeal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Hosts">
  <CaseRangeID>2</CaseRangeID>
  <ID>1</ID>
  <PercentFrom>3.1</PercentFrom>
  <PercentOfCaseDeal>5.1</PercentOfCaseDeal>
  <PercentTo>4.1</PercentTo>
</CaseDeal>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.