PUT api/Attendance/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
SearchModelName | Description | Type | Additional information |
---|---|---|---|
TypeId | integer |
None. |
|
SearchType | string |
None. |
|
SearchText | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "TypeId": 1, "SearchType": "sample string 2", "SearchText": "sample string 3" }
text/xml
Sample:
<SearchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BMU.LMS.BusinessObjects"> <SearchText>sample string 3</SearchText> <SearchType>sample string 2</SearchType> <TypeId>1</TypeId> </SearchModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.