POST api/THOtherInformation
Request Information
URI Parameters
None.
Body Parameters
Note| Name | Description | Type | Additional 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": "8d7d00b5-a514-4685-83a2-475dd1e32751",
"PatientId": "8d121391-41b9-4e5a-8d4c-df3bea05416e",
"Description": "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.