POST api/EstWagesDefinition/Save
Request Information
URI Parameters
None.
Body Parameters
EstWagesDefinitionSaveVM| Name | Description | Type | Additional information |
|---|---|---|---|
| BookId | integer |
Required |
|
| MaleWage | decimal number |
Required |
|
| FemaleWage | decimal number |
Required |
|
| CreateUser | integer |
Required |
|
| CreateIp | string |
Required String length: inclusive between 0 and 20 |
Request Formats
application/json, text/json
Sample:
{
"BookId": 1,
"MaleWage": 2.0,
"FemaleWage": 3.0,
"CreateUser": 4,
"CreateIp": "sample string 5"
}
application/xml, text/xml
Sample:
<EstWagesDefinitionSaveVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <BookId>1</BookId> <CreateIp>sample string 5</CreateIp> <CreateUser>4</CreateUser> <FemaleWage>3</FemaleWage> <MaleWage>2</MaleWage> </EstWagesDefinitionSaveVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.