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": "7a54b064-68e8-4588-aa54-f884b4e24980", "PatientId": "23bb3b61-3916-4aff-a0ac-52f7447c2d5a", "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.