POST api/EMRAPI/SaveProblemMasters
Request Information
URI Parameters
None.
Body Parameters
SaveProblemMasters| Name | Description | Type | Additional information |
|---|---|---|---|
| HospitallocationId | integer |
None. |
|
| Description | string |
None. |
|
| UserId | integer |
None. |
|
| TableName | string |
None. |
|
| Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"HospitallocationId": 1,
"Description": "sample string 2",
"UserId": 3,
"TableName": "sample string 4",
"Id": 5
}
application/xml, text/xml
Sample:
<SaveProblemMasters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models"> <Description>sample string 2</Description> <HospitallocationId>1</HospitallocationId> <Id>5</Id> <TableName>sample string 4</TableName> <UserId>3</UserId> </SaveProblemMasters>
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.