POST api/Booking/AddComment
Request Information
URI Parameters
None.
Body Parameters
AddCommentRequestName | Description | Type | Additional information |
---|---|---|---|
AddCommentRequestData | Collection of AddCommentRequestData |
None. |
Request Formats
application/json, text/json
Sample:
{ "AddCommentRequestData": [ { "RecordLocator": "sample string 1", "Comment": "sample string 2" }, { "RecordLocator": "sample string 1", "Comment": "sample string 2" } ] }
application/xml, text/xml
Sample:
<AddCommentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CebBooking.WebAPI.Models.CebBookingModels"> <AddCommentRequestData> <AddCommentRequestData> <Comment>sample string 2</Comment> <RecordLocator>sample string 1</RecordLocator> </AddCommentRequestData> <AddCommentRequestData> <Comment>sample string 2</Comment> <RecordLocator>sample string 1</RecordLocator> </AddCommentRequestData> </AddCommentRequestData> </AddCommentRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.