POST api/CreateChildImmunization
Request Information
URI Parameters
None.
Body Parameters
ChildImmunizationVm| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| pHciTransNo | string |
None. |
|
| fk_Profiles_Id | integer |
None. |
|
| IsSelected | boolean |
None. |
|
| Code | string |
None. |
|
| AddedBy | string |
None. |
|
| DateAdded | date |
None. |
|
| DateAddedStr | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"pHciTransNo": "sample string 2",
"fk_Profiles_Id": 1,
"IsSelected": true,
"Code": "sample string 3",
"AddedBy": "sample string 4",
"DateAdded": "2026-01-28T09:21:27.016931+08:00",
"DateAddedStr": "sample string 5"
}
application/xml, text/xml
Sample:
<ChildImmunizationVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/konsulta_api.Models"> <AddedBy>sample string 4</AddedBy> <Code>sample string 3</Code> <DateAdded>2026-01-28T09:21:27.016931+08:00</DateAdded> <DateAddedStr>sample string 5</DateAddedStr> <Id>1</Id> <IsSelected>true</IsSelected> <fk_Profiles_Id>1</fk_Profiles_Id> <pHciTransNo>sample string 2</pHciTransNo> </ChildImmunizationVm>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.