POST api/THPatientHistory

Request Information

URI Parameters

None.

Body Parameters

Collection of Transaction
NameDescriptionTypeAdditional 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": "265820b8-8952-4b8d-bd4d-56f5fcc349dc",
    "PatientId": "f57654d4-58d6-4ecb-9abc-29bd0c2aa6d6",
    "HistoryGroupId": 1,
    "Note": "sample string 2",
    "StatusId": 1,
    "HistoryTransactionDetails": [
      {
        "Id": "bb7f5783-a0ff-4450-88cd-4ab311502b01",
        "HistoryTransactionId": "3a888860-e3d0-459e-b862-448daced8366",
        "HistoryId": 1,
        "Value": "sample string 1"
      },
      {
        "Id": "bb7f5783-a0ff-4450-88cd-4ab311502b01",
        "HistoryTransactionId": "3a888860-e3d0-459e-b862-448daced8366",
        "HistoryId": 1,
        "Value": "sample string 1"
      }
    ]
  },
  {
    "Id": "265820b8-8952-4b8d-bd4d-56f5fcc349dc",
    "PatientId": "f57654d4-58d6-4ecb-9abc-29bd0c2aa6d6",
    "HistoryGroupId": 1,
    "Note": "sample string 2",
    "StatusId": 1,
    "HistoryTransactionDetails": [
      {
        "Id": "bb7f5783-a0ff-4450-88cd-4ab311502b01",
        "HistoryTransactionId": "3a888860-e3d0-459e-b862-448daced8366",
        "HistoryId": 1,
        "Value": "sample string 1"
      },
      {
        "Id": "bb7f5783-a0ff-4450-88cd-4ab311502b01",
        "HistoryTransactionId": "3a888860-e3d0-459e-b862-448daced8366",
        "HistoryId": 1,
        "Value": "sample string 1"
      }
    ]
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.