POST api/Tools/SaveRentMaster
Request Information
URI Parameters
None.
Body Parameters
SaveRentMasterInputObjects| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| TransactionMode | string |
None. |
|
| RentMasterDetails | RentMasterDetails |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"TransactionMode": "sample string 4",
"RentMasterDetails": {
"DLRM_RMRENM": 1.1,
"DLRM_RMBOFF": 2.1,
"DLRM_RMLOCN": "sample string 3",
"DLRM_RMPAYE": "sample string 4",
"DLRM_RMDPRI": 5.1,
"DLRM_RMDSEC": 6.1,
"DLRM_RMCPRI": 7.1,
"DLRM_RMCSEC": 8.1,
"DLRM_RMBPRI": 9.1,
"DLRM_RMBSEC": 10.1,
"DLRM_RMSDAT": 11,
"DLRM_RMLIDT": 12,
"DLRM_RMEDAT": 13,
"DLRM_RMRDUE": 14,
"DLRM_RMADVA": 15.1,
"DLRM_RMRAMT": 16.1,
"DLRM_RMIMTH": 17.1,
"DLRM_RMSTAT": "sample string 18",
"DLRM_RMCDAT": 19,
"DLRM_RMINCA": 20.1,
"DLRM_RMUSER": 21.1,
"DLRM_RMTIME": "sample string 22",
"DLRM_RMTDRT": 23.1,
"DLRM_RMREMA": "sample string 24",
"DLRM_RMTAXX": 25.1,
"DLRM_RMTXTY": "sample string 26",
"DLRM_RMTDPA": 27.1,
"DLRM_RMTDSA": 28.1,
"DLRM_RMVATC": 29.1
}
}
application/xml, text/xml
Sample:
<SaveRentMasterInputObjects xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Master">
<BranchInternalCode>sample string 2</BranchInternalCode>
<DBName>sample string 1</DBName>
<RentMasterDetails>
<DLRM_RMADVA>15.1</DLRM_RMADVA>
<DLRM_RMBOFF>2.1</DLRM_RMBOFF>
<DLRM_RMBPRI>9.1</DLRM_RMBPRI>
<DLRM_RMBSEC>10.1</DLRM_RMBSEC>
<DLRM_RMCDAT>19</DLRM_RMCDAT>
<DLRM_RMCPRI>7.1</DLRM_RMCPRI>
<DLRM_RMCSEC>8.1</DLRM_RMCSEC>
<DLRM_RMDPRI>5.1</DLRM_RMDPRI>
<DLRM_RMDSEC>6.1</DLRM_RMDSEC>
<DLRM_RMEDAT>13</DLRM_RMEDAT>
<DLRM_RMIMTH>17.1</DLRM_RMIMTH>
<DLRM_RMINCA>20.1</DLRM_RMINCA>
<DLRM_RMLIDT>12</DLRM_RMLIDT>
<DLRM_RMLOCN>sample string 3</DLRM_RMLOCN>
<DLRM_RMPAYE>sample string 4</DLRM_RMPAYE>
<DLRM_RMRAMT>16.1</DLRM_RMRAMT>
<DLRM_RMRDUE>14</DLRM_RMRDUE>
<DLRM_RMREMA>sample string 24</DLRM_RMREMA>
<DLRM_RMRENM>1.1</DLRM_RMRENM>
<DLRM_RMSDAT>11</DLRM_RMSDAT>
<DLRM_RMSTAT>sample string 18</DLRM_RMSTAT>
<DLRM_RMTAXX>25.1</DLRM_RMTAXX>
<DLRM_RMTDPA>27.1</DLRM_RMTDPA>
<DLRM_RMTDRT>23.1</DLRM_RMTDRT>
<DLRM_RMTDSA>28.1</DLRM_RMTDSA>
<DLRM_RMTIME>sample string 22</DLRM_RMTIME>
<DLRM_RMTXTY>sample string 26</DLRM_RMTXTY>
<DLRM_RMUSER>21.1</DLRM_RMUSER>
<DLRM_RMVATC>29.1</DLRM_RMVATC>
</RentMasterDetails>
<TransactionMode>sample string 4</TransactionMode>
<UserInternalCode>sample string 3</UserInternalCode>
</SaveRentMasterInputObjects>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |