POST api/NewPropertyAdvanceRequestCancellation/AdvanceReverseSave
Request Information
URI Parameters
None.
Body Parameters
NewAdvanceReverse| Name | Description | Type | Additional information |
|---|---|---|---|
| PropertyId | integer |
None. |
|
| AdvancePaymentheaderId | integer |
None. |
|
| AdvancePaymentDetailsId | integer |
None. |
|
| Remarks | string |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PropertyId": 1,
"AdvancePaymentheaderId": 2,
"AdvancePaymentDetailsId": 3,
"Remarks": "sample string 4",
"UserId": 5
}
application/xml, text/xml
Sample:
<NewAdvanceReverse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConfirmationEMailWebApi.Models"> <AdvancePaymentDetailsId>3</AdvancePaymentDetailsId> <AdvancePaymentheaderId>2</AdvancePaymentheaderId> <PropertyId>1</PropertyId> <Remarks>sample string 4</Remarks> <UserId>5</UserId> </NewAdvanceReverse>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.