POST api/Reward/MHrReward_Save
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
value | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Empcode": "sample string 1", "Rid": "sample string 2", "Rr": "sample string 3", "CDdate": "sample string 4", "Cremarks": "sample string 5", "img1name": "sample string 6", "img1": "QEBA", "flag": "sample string 7", "cby": "sample string 8", "otp": "sample string 9" }
application/xml, text/xml
Sample:
<Reward_Save xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SerWebAPI.Models"> <CDdate>sample string 4</CDdate> <Cremarks>sample string 5</Cremarks> <Empcode>sample string 1</Empcode> <Rid>sample string 2</Rid> <Rr>sample string 3</Rr> <cby>sample string 8</cby> <flag>sample string 7</flag> <img1>QEBA</img1> <img1name>sample string 6</img1name> <otp>sample string 9</otp> </Reward_Save>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.