POST api/guests/{GuestId}/Notes
Add Guest Notes
Click Here Notes for documentation and json response example
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| GuestId |
Guest Id |
decimal number |
Required |
Body Parameters
Notes| Name | Description | Type | Additional information |
|---|---|---|---|
| Note | string |
Required String length: inclusive between 1 and 8000 |
Request Formats
application/json, text/json
Sample:
{
"note": "sample string 1"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.