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": "f9f0aeb6-6dee-4afb-9642-6ebdee65dde8",
"PatientId": "9d084cc9-a981-4b1b-8f5a-015542b01824",
"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.