POST api/medicantwebsiteurl/MedicantWebsiteList
Request Information
URI Parameters
None.
Body Parameters
MedicantWebsiteURL| Name | Description | Type | Additional information |
|---|---|---|---|
| MedicantWebsiteURLId | integer |
None. |
|
| WebsiteURL | string |
None. |
|
| Status | byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"MedicantWebsiteURLId": 1,
"WebsiteURL": "sample string 2",
"Status": 64
}
text/xml
Sample:
<MedicantWebsiteURL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Medicant"> <MedicantWebsiteURLId>1</MedicantWebsiteURLId> <Status>64</Status> <WebsiteURL>sample string 2</WebsiteURL> </MedicantWebsiteURL>
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" />