POST api/AdvanceAndRelief/EditUserReliefEntry
Request Information
URI Parameters
None.
Body Parameters
EditReliefEntryName | Description | Type | Additional information |
---|---|---|---|
reliefID | integer |
None. |
|
UserId | integer |
None. |
|
Year | integer |
None. |
|
Month | integer |
None. |
|
Amount | decimal number |
None. |
|
TaxReliefID | integer |
None. |
|
Remarks | string |
None. |
|
Token | string |
None. |
|
SourceType | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "reliefID": 1, "UserId": 2, "Year": 3, "Month": 4, "Amount": 5.0, "TaxReliefID": 6, "Remarks": "sample string 7", "Token": "sample string 8", "SourceType": "sample string 9" }
text/html
Sample:
{"reliefID":1,"UserId":2,"Year":3,"Month":4,"Amount":5.0,"TaxReliefID":6,"Remarks":"sample string 7","Token":"sample string 8","SourceType":"sample string 9"}
application/xml, text/xml
Sample:
<AdvanceAndReliefController.EditReliefEntry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HR2Eazy_WebApi.Controllers"> <Amount>5</Amount> <Month>4</Month> <Remarks>sample string 7</Remarks> <SourceType>sample string 9</SourceType> <TaxReliefID>6</TaxReliefID> <Token>sample string 8</Token> <UserId>2</UserId> <Year>3</Year> <reliefID>1</reliefID> </AdvanceAndReliefController.EditReliefEntry>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Dictionary of Object [key] and Object [value]Response Formats
application/json, text/json, text/html
Sample:
{"System.Object":{},"System.Object":{}}
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfanyTypeanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <KeyValueOfanyTypeanyType> <Key /> <Value /> </KeyValueOfanyTypeanyType> <KeyValueOfanyTypeanyType> <Key /> <Value /> </KeyValueOfanyTypeanyType> </ArrayOfKeyValueOfanyTypeanyType>