POST api/THPatientHistory
Request Information
URI Parameters
None.
Body Parameters
Collection of Transaction| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| PatientId | globally unique identifier |
Required |
|
| HistoryGroupId | integer |
None. |
|
| Note | string |
String length: inclusive between 0 and 1000 |
|
| StatusId | integer |
None. |
|
| HistoryTransactionDetails | Collection of HistoryTransactionDetailModel |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": "7c422e35-6dd0-488b-92a3-430d12e11447",
"PatientId": "ab2834c1-597e-4b3e-b020-d13426760e38",
"HistoryGroupId": 1,
"Note": "sample string 2",
"StatusId": 1,
"HistoryTransactionDetails": [
{
"Id": "95a1fca3-20b5-4890-bf7f-3e60cdf48679",
"HistoryTransactionId": "c031131c-3fc4-4423-b754-77b6211172be",
"HistoryId": 1,
"Value": "sample string 1"
},
{
"Id": "95a1fca3-20b5-4890-bf7f-3e60cdf48679",
"HistoryTransactionId": "c031131c-3fc4-4423-b754-77b6211172be",
"HistoryId": 1,
"Value": "sample string 1"
}
]
},
{
"Id": "7c422e35-6dd0-488b-92a3-430d12e11447",
"PatientId": "ab2834c1-597e-4b3e-b020-d13426760e38",
"HistoryGroupId": 1,
"Note": "sample string 2",
"StatusId": 1,
"HistoryTransactionDetails": [
{
"Id": "95a1fca3-20b5-4890-bf7f-3e60cdf48679",
"HistoryTransactionId": "c031131c-3fc4-4423-b754-77b6211172be",
"HistoryId": 1,
"Value": "sample string 1"
},
{
"Id": "95a1fca3-20b5-4890-bf7f-3e60cdf48679",
"HistoryTransactionId": "c031131c-3fc4-4423-b754-77b6211172be",
"HistoryId": 1,
"Value": "sample string 1"
}
]
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.