PUT api/AudBookingDateChange/Update
Request Information
URI Parameters
None.
Body Parameters
AudBookingDateChangeUpdateVM| Name | Description | Type | Additional information |
|---|---|---|---|
| DateChangeId | integer |
Required |
|
| BookId | integer |
Required |
|
| FinYearId | integer |
None. |
|
| DateChangeRefNoWithPrefix | string |
String length: inclusive between 0 and 35 |
|
| DateChangeDate | string |
Required |
|
| BookingId | integer |
Required |
|
| BookedFromDate | string |
Required |
|
| BookedToDate | string |
None. |
|
| ChangedFromDate | string |
Required |
|
| ChangedToDate | string |
None. |
|
| DateChangeAmt | decimal number |
None. |
|
| Remarks | string |
String length: inclusive between 0 and 500 |
|
| Status | string |
Required Matching regular expression pattern: A|I|C |
|
| UpdateUser | integer |
Required |
|
| UpdateIp | string |
Required String length: inclusive between 0 and 20 |
Request Formats
application/json, text/json
Sample:
{
"DateChangeId": 1,
"BookId": 2,
"FinYearId": 3,
"DateChangeRefNoWithPrefix": "sample string 4",
"DateChangeDate": "sample string 5",
"BookingId": 6,
"BookedFromDate": "sample string 7",
"BookedToDate": "sample string 8",
"ChangedFromDate": "sample string 9",
"ChangedToDate": "sample string 10",
"DateChangeAmt": 11.0,
"Remarks": "sample string 12",
"Status": "sample string 13",
"UpdateUser": 14,
"UpdateIp": "sample string 15"
}
application/xml, text/xml
Sample:
<AudBookingDateChangeUpdateVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <BookId>2</BookId> <BookedFromDate>sample string 7</BookedFromDate> <BookedToDate>sample string 8</BookedToDate> <BookingId>6</BookingId> <ChangedFromDate>sample string 9</ChangedFromDate> <ChangedToDate>sample string 10</ChangedToDate> <DateChangeAmt>11</DateChangeAmt> <DateChangeDate>sample string 5</DateChangeDate> <DateChangeId>1</DateChangeId> <DateChangeRefNoWithPrefix>sample string 4</DateChangeRefNoWithPrefix> <FinYearId>3</FinYearId> <Remarks>sample string 12</Remarks> <Status>sample string 13</Status> <UpdateIp>sample string 15</UpdateIp> <UpdateUser>14</UpdateUser> </AudBookingDateChangeUpdateVM>
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.