POST api/Common/AllPathalogy
Request Information
URI Parameters
None.
Body Parameters
BOResponsePathalogy| Name | Description | Type | Additional information |
|---|---|---|---|
| PathologyId | integer |
None. |
|
| PathologyName | string |
None. |
|
| Location | string |
None. |
|
| Address | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PathologyId": 1,
"PathologyName": "sample string 2",
"Location": "sample string 3",
"Address": "sample string 4"
}
application/xml, text/xml
Sample:
<BOResponsePathalogy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BO.Common"> <Address>sample string 4</Address> <Location>sample string 3</Location> <PathologyId>1</PathologyId> <PathologyName>sample string 2</PathologyName> </BOResponsePathalogy>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.