PUT api/CharityApprCommitte/Update
Request Information
URI Parameters
None.
Body Parameters
CharityApprCommitteUpdateVM| Name | Description | Type | Additional information |
|---|---|---|---|
| AprovlCommitteeId | integer |
Required |
|
| BookId | integer |
Required |
|
| AprovlCommitteeName | string |
Required String length: inclusive between 0 and 100 |
|
| Code | string |
Required String length: inclusive between 0 and 10 |
|
| AprovlCommitteDescr | string |
String length: inclusive between 0 and 2000 |
|
| 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:
{
"AprovlCommitteeId": 1,
"BookId": 2,
"AprovlCommitteeName": "sample string 3",
"Code": "sample string 4",
"AprovlCommitteDescr": "sample string 5",
"Status": "sample string 6",
"UpdateUser": 7,
"UpdateIp": "sample string 8"
}
application/xml, text/xml
Sample:
<CharityApprCommitteUpdateVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <AprovlCommitteDescr>sample string 5</AprovlCommitteDescr> <AprovlCommitteeId>1</AprovlCommitteeId> <AprovlCommitteeName>sample string 3</AprovlCommitteeName> <BookId>2</BookId> <Code>sample string 4</Code> <Status>sample string 6</Status> <UpdateIp>sample string 8</UpdateIp> <UpdateUser>7</UpdateUser> </CharityApprCommitteUpdateVM>
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.