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