POST api/AudBookingDateChange/Save
Request Information
URI Parameters
None.
Body Parameters
AudBookingDateChangeSaveVM| Name | Description | Type | Additional information |
|---|---|---|---|
| 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 |
|
| CreateUser | integer |
Required |
|
| CreateIp | string |
Required String length: inclusive between 0 and 20 |
Request Formats
application/json, text/json
Sample:
{
"BookId": 1,
"FinYearId": 2,
"DateChangeRefNoWithPrefix": "sample string 3",
"DateChangeDate": "sample string 4",
"BookingId": 5,
"BookedFromDate": "sample string 6",
"BookedToDate": "sample string 7",
"ChangedFromDate": "sample string 8",
"ChangedToDate": "sample string 9",
"DateChangeAmt": 10.0,
"Remarks": "sample string 11",
"Status": "sample string 12",
"CreateUser": 13,
"CreateIp": "sample string 14"
}
application/xml, text/xml
Sample:
<AudBookingDateChangeSaveVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <BookId>1</BookId> <BookedFromDate>sample string 6</BookedFromDate> <BookedToDate>sample string 7</BookedToDate> <BookingId>5</BookingId> <ChangedFromDate>sample string 8</ChangedFromDate> <ChangedToDate>sample string 9</ChangedToDate> <CreateIp>sample string 14</CreateIp> <CreateUser>13</CreateUser> <DateChangeAmt>10</DateChangeAmt> <DateChangeDate>sample string 4</DateChangeDate> <DateChangeRefNoWithPrefix>sample string 3</DateChangeRefNoWithPrefix> <FinYearId>2</FinYearId> <Remarks>sample string 11</Remarks> <Status>sample string 12</Status> </AudBookingDateChangeSaveVM>
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.