PUT Api/Resource/Request/BulletinBoard/Shift/Reserve/{id}
A resource want to pick up the request
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The id of the request |
integer |
Required |
Body Parameters
A comment
CommentModelName | Description | Type | Additional information |
---|---|---|---|
Comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Comment": "sample string 1" }
application/xml, text/xml
Sample:
<CommentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RostarCASWebAPI.Models.Requests"> <Comment>sample string 1</Comment> </CommentModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |