POST api/Hospitalsetup/Code_Templates_Ins_Upd
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ObjTemplates | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{
"$id": "1",
"hospital_id": "sample string 1",
"branch_id": "sample string 2",
"Dml_Indicator": "sample string 3",
"form_id": "sample string 4",
"type_name": "sample string 5",
"prefix": "sample string 6",
"suffix": "sample string 7",
"no_of_digits": "sample string 8",
"start_value": "sample string 9",
"is_year_wise": 10,
"year_type": "sample string 11"
},
{
"$ref": "1"
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample: