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": "bc3a352f-e231-427c-b0a3-f35777d9bc35", "PatientId": "405fb9bb-fd74-4f17-b316-c7b3993606a7", "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.