PUT api/EventBooking/Update
Request Information
URI Parameters
None.
Body Parameters
EventBookingUpdateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| NameSurname | string |
None. |
|
| string |
None. |
||
| Phone | string |
None. |
|
| EventID | globally unique identifier |
None. |
|
| ID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"nameSurname": "sample string 1",
"email": "sample string 2",
"phone": "sample string 3",
"eventID": "91ff74ff-c00d-4ba2-91dd-f492db46b67e",
"id": "7010a435-7d90-444e-aa5a-bb4da9165655"
}
application/xml, text/xml
Sample:
<EventBookingUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RS.Core.Service.DTOs"> <ID>7010a435-7d90-444e-aa5a-bb4da9165655</ID> <Email>sample string 2</Email> <EventID>91ff74ff-c00d-4ba2-91dd-f492db46b67e</EventID> <NameSurname>sample string 1</NameSurname> <Phone>sample string 3</Phone> </EventBookingUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"NameSurname":"sample string 1","Email":"sample string 2","Phone":"sample string 3","EventID":"91ff74ff-c00d-4ba2-91dd-f492db46b67e","ID":"7010a435-7d90-444e-aa5a-bb4da9165655"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.