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": "93123b92-bad3-43bd-9d82-68d6cd1485b0",
  "PatientId": "36ddc9cd-38b7-4cc0-89a7-9986710014fb",
  "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.