POST api/Mainmatch/EntryDelete
Request Information
URI Parameters
None.
Body Parameters
UpdateCheckedDto| Name | Description | Type | Additional information |
|---|---|---|---|
| m_id | decimal number |
None. |
|
| m_eid | decimal number |
None. |
|
| m_checked | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"m_id": 1.1,
"m_eid": 2.1,
"m_checked": 3
}
application/xml, text/xml
Sample:
<UpdateCheckedDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SHUBHLABHEnterpriseApi"> <m_checked>3</m_checked> <m_eid>2.1</m_eid> <m_id>1.1</m_id> </UpdateCheckedDto>
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.