POST api/Registration/UpdateCoupone

Request Information

URI Parameters

None.

Body Parameters

updatecoupone
NameDescriptionTypeAdditional information
userid

string

None.

amount

decimal number

None.

totalcoupone

integer

None.

otp

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "userid": "sample string 1",
  "amount": 2.0,
  "totalcoupone": 3,
  "otp": 4
}

text/html

Sample:
{"userid":"sample string 1","amount":2.0,"totalcoupone":3,"otp":4}

application/xml, text/xml

Sample:
<updatecoupone xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CryptoScienceAPI.Models">
  <amount>2</amount>
  <otp>4</otp>
  <totalcoupone>3</totalcoupone>
  <userid>sample string 1</userid>
</updatecoupone>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.