POST api/checkPointSpecialValue

Request Information

URI Parameters

None.

Body Parameters

checkPointSpecialValueRequest
NameDescriptionTypeAdditional information
crmCode

string

None.

pointUse

integer

None.

branchCode

string

None.

maxDiscount

decimal number

None.

isSpecialValue

string

None.

isUseBirthday

string

None.

Request Formats

application/json, text/json

Sample:
{
  "crmCode": "sample string 1",
  "pointUse": 2,
  "branchCode": "sample string 3",
  "maxDiscount": 1.0,
  "isSpecialValue": "sample string 4",
  "isUseBirthday": "sample string 5"
}

application/xml, text/xml

Sample:
<checkPointSpecialValueRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.HTTP.Request">
  <branchCode>sample string 3</branchCode>
  <crmCode>sample string 1</crmCode>
  <isSpecialValue>sample string 4</isSpecialValue>
  <isUseBirthday>sample string 5</isUseBirthday>
  <maxDiscount>1</maxDiscount>
  <pointUse>2</pointUse>
</checkPointSpecialValueRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.