POST v1_0/api/Chapter/JoinEvent
Request Information
URI Parameters
None.
Body Parameters
EventInputName | Description | Type | Additional information |
---|---|---|---|
ChapterId | integer |
Required |
|
EventId | integer |
Required |
|
FirstName | string |
Required |
|
LastName | string |
None. |
|
string |
Required Matching regular expression pattern: [a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,} |
||
PhoneNo | string |
Required |
|
UserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ChapterId": 1, "EventId": 2, "FirstName": "sample string 3", "LastName": "sample string 4", "Email": "sample string 5", "PhoneNo": "sample string 6", "UserId": "sample string 7" }
application/xml, text/xml
Sample:
<EventInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CsharpCornerAPI.Models.v1_0"> <ChapterId>1</ChapterId> <Email>sample string 5</Email> <EventId>2</EventId> <FirstName>sample string 3</FirstName> <LastName>sample string 4</LastName> <PhoneNo>sample string 6</PhoneNo> <UserId>sample string 7</UserId> </EventInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |