POST api/AudBookingRefund/Save
Request Information
URI Parameters
None.
Body Parameters
AudBookingRefundSaveVM| Name | Description | Type | Additional information |
|---|---|---|---|
| BookId | integer |
Required |
|
| FinYearId | integer |
None. |
|
| BookingRefundRefNoWithPrefix | string |
String length: inclusive between 0 and 35 |
|
| BookingRefundDate | string |
Required |
|
| BookingId | integer |
Required |
|
| BookingRecoveryAmt | decimal number |
None. |
|
| BookingRefundAmt | decimal number |
None. |
|
| Remarks | string |
String length: inclusive between 0 and 500 |
|
| Status | string |
Required Matching regular expression pattern: A|I |
|
| CreateUser | integer |
Required |
|
| CreateIp | string |
Required String length: inclusive between 0 and 20 |
|
| CashBankType | string |
Required Matching regular expression pattern: C|B |
|
| ChequeNumber | string |
String length: inclusive between 0 and 100 |
|
| ChequeDate | string |
None. |
|
| DrawnOn | string |
String length: inclusive between 0 and 100 |
Request Formats
application/json, text/json
Sample:
{
"BookId": 1,
"FinYearId": 2,
"BookingRefundRefNoWithPrefix": "sample string 3",
"BookingRefundDate": "sample string 4",
"BookingId": 5,
"BookingRecoveryAmt": 6.0,
"BookingRefundAmt": 7.0,
"Remarks": "sample string 8",
"Status": "sample string 9",
"CreateUser": 10,
"CreateIp": "sample string 11",
"CashBankType": "sample string 12",
"ChequeNumber": "sample string 13",
"ChequeDate": "sample string 14",
"DrawnOn": "sample string 15"
}
application/xml, text/xml
Sample:
<AudBookingRefundSaveVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <BookId>1</BookId> <BookingId>5</BookingId> <BookingRecoveryAmt>6</BookingRecoveryAmt> <BookingRefundAmt>7</BookingRefundAmt> <BookingRefundDate>sample string 4</BookingRefundDate> <BookingRefundRefNoWithPrefix>sample string 3</BookingRefundRefNoWithPrefix> <CashBankType>sample string 12</CashBankType> <ChequeDate>sample string 14</ChequeDate> <ChequeNumber>sample string 13</ChequeNumber> <CreateIp>sample string 11</CreateIp> <CreateUser>10</CreateUser> <DrawnOn>sample string 15</DrawnOn> <FinYearId>2</FinYearId> <Remarks>sample string 8</Remarks> <Status>sample string 9</Status> </AudBookingRefundSaveVM>
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.