POST api/THOtherInformation
Request Information
URI Parameters
None.
Body Parameters
NoteName | 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": "86e89331-4699-4f73-9149-a89d6b1d03da", "PatientId": "9a07a4dd-fa63-4dbd-bea4-4a3ba49f8878", "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.