POST api/THPatientHistory
Request Information
URI Parameters
None.
Body Parameters
Collection of TransactionName | 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": "6dd01f74-83a0-4352-937f-a1d234cfe5a4", "PatientId": "3159e5b3-72d4-48c0-85cb-ecc2daaf856b", "HistoryGroupId": 1, "Note": "sample string 2", "StatusId": 1, "HistoryTransactionDetails": [ { "Id": "98c469b6-1cc3-416b-bf6b-a5fc4c56e04f", "HistoryTransactionId": "49157357-17ca-40c1-ab78-d33b5c149079", "HistoryId": 1, "Value": "sample string 1" }, { "Id": "98c469b6-1cc3-416b-bf6b-a5fc4c56e04f", "HistoryTransactionId": "49157357-17ca-40c1-ab78-d33b5c149079", "HistoryId": 1, "Value": "sample string 1" } ] }, { "Id": "6dd01f74-83a0-4352-937f-a1d234cfe5a4", "PatientId": "3159e5b3-72d4-48c0-85cb-ecc2daaf856b", "HistoryGroupId": 1, "Note": "sample string 2", "StatusId": 1, "HistoryTransactionDetails": [ { "Id": "98c469b6-1cc3-416b-bf6b-a5fc4c56e04f", "HistoryTransactionId": "49157357-17ca-40c1-ab78-d33b5c149079", "HistoryId": 1, "Value": "sample string 1" }, { "Id": "98c469b6-1cc3-416b-bf6b-a5fc4c56e04f", "HistoryTransactionId": "49157357-17ca-40c1-ab78-d33b5c149079", "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.