POST api/meetingInfo/insert
Request Information
URI Parameters
None.
Body Parameters
Collection of Cyberlogic.eTourism.Domain.Models.Excursions.Dto.MeetingInfoParticipantsDTOName | Description | Type | Additional information |
---|---|---|---|
HotelId | integer |
None. |
|
Participants | integer |
None. |
|
SellerId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[ { "HotelId": 1, "Participants": 2, "SellerId": 3 }, { "HotelId": 1, "Participants": 2, "SellerId": 3 } ]
text/html
Sample:
[{"HotelId":1,"Participants":2,"SellerId":3},{"HotelId":1,"Participants":2,"SellerId":3}]
application/xml, text/xml
Sample:
<ArrayOfMeetingInfoParticipantsDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyberlogic.eTourism.Domain.Models.Excursions.Dto"> <MeetingInfoParticipantsDTO> <HotelId>1</HotelId> <Participants>2</Participants> <SellerId>3</SellerId> </MeetingInfoParticipantsDTO> <MeetingInfoParticipantsDTO> <HotelId>1</HotelId> <Participants>2</Participants> <SellerId>3</SellerId> </MeetingInfoParticipantsDTO> </ArrayOfMeetingInfoParticipantsDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Net.Http.HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | System.Version |
None. |
|
Content | System.Net.Http.HttpContent |
None. |
|
StatusCode | System.Net.HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |