POST api/THOtherInformation

Request Information

URI Parameters

None.

Body Parameters

Note
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

PatientId

globally unique identifier

Required

Description

string

Required

String length: inclusive between 0 and 1000

Request Formats

application/json, text/json

Sample:
{
  "Id": "43f2ba40-db59-4113-910c-0ef0a7b8268a",
  "PatientId": "a2fdc604-0538-472a-a66a-e6dd729bf2d7",
  "Description": "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.