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