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": "091a9acf-8f0c-44f2-8b88-e262fec81a62",
  "PatientId": "3b4f5adf-b156-42fb-aa40-b4703f8bb261",
  "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.