POST api/medicanthimsurl/DeleteMedicantHimsUrl
Request Information
URI Parameters
None.
Body Parameters
MedicantHimsUrl| Name | Description | Type | Additional information |
|---|---|---|---|
| MedicantHimsUrlId | integer |
None. |
|
| HimsUrlName | string |
None. |
|
| Status | byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"MedicantHimsUrlId": 1,
"HimsUrlName": "sample string 2",
"Status": 64
}
text/xml
Sample:
<MedicantHimsUrl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Medicant"> <HimsUrlName>sample string 2</HimsUrlName> <MedicantHimsUrlId>1</MedicantHimsUrlId> <Status>64</Status> </MedicantHimsUrl>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
text/xml
Sample:
<ArrayOfKeyValueOfstringanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />