POST api/AdvanceAndRelief/InsertUserReliefEntry
Request Information
URI Parameters
None.
Body Parameters
InsertUserReliefEntityName | Description | Type | Additional information |
---|---|---|---|
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:
{ "UserId": 1, "Year": 2, "Month": 3, "Amount": 4.0, "TaxReliefID": 5, "Remarks": "sample string 6", "Token": "sample string 7", "SourceType": "sample string 8" }
text/html
Sample:
{"UserId":1,"Year":2,"Month":3,"Amount":4.0,"TaxReliefID":5,"Remarks":"sample string 6","Token":"sample string 7","SourceType":"sample string 8"}
application/xml, text/xml
Sample:
<AdvanceAndReliefController.InsertUserReliefEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HR2Eazy_WebApi.Controllers"> <Amount>4</Amount> <Month>3</Month> <Remarks>sample string 6</Remarks> <SourceType>sample string 8</SourceType> <TaxReliefID>5</TaxReliefID> <Token>sample string 7</Token> <UserId>1</UserId> <Year>2</Year> </AdvanceAndReliefController.InsertUserReliefEntity>
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>