PUT api/EstTenantRemarks/Update
Request Information
URI Parameters
None.
Body Parameters
EstTenantRemarksUpdateVM| Name | Description | Type | Additional information |
|---|---|---|---|
| BookId | integer |
Required |
|
| Tenant | EstTenantLookupVM |
Required |
|
| RemarksSlno | integer |
Required |
|
| RemarksDate | string |
Required |
|
| Remarks | string |
Required String length: inclusive between 0 and 300 |
|
| Status | string |
Required Matching regular expression pattern: A|I |
|
| UpdateUser | integer |
Required |
|
| UpdateIp | string |
Required String length: inclusive between 0 and 20 |
Request Formats
application/json, text/json
Sample:
{
"BookId": 1,
"Tenant": {
"TenantId": 1,
"TenantName": "sample string 2",
"Prefix": {
"PrefixId": 1,
"PrefixName": "sample string 2"
}
},
"RemarksSlno": 2,
"RemarksDate": "sample string 3",
"Remarks": "sample string 4",
"Status": "sample string 5",
"UpdateUser": 6,
"UpdateIp": "sample string 7"
}
application/xml, text/xml
Sample:
<EstTenantRemarksUpdateVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
<BookId>1</BookId>
<Remarks>sample string 4</Remarks>
<RemarksDate>sample string 3</RemarksDate>
<RemarksSlno>2</RemarksSlno>
<Status>sample string 5</Status>
<Tenant>
<Prefix>
<PrefixId>1</PrefixId>
<PrefixName>sample string 2</PrefixName>
</Prefix>
<TenantId>1</TenantId>
<TenantName>sample string 2</TenantName>
</Tenant>
<UpdateIp>sample string 7</UpdateIp>
<UpdateUser>6</UpdateUser>
</EstTenantRemarksUpdateVM>
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.