POST v1_1/api/Chapter/JoinChapter

Request Information

URI Parameters

None.

Body Parameters

JoinChapter
NameDescriptionTypeAdditional information
ChapterId

integer

Required

MemberType

string

Required

UserId

string

None.

ContactNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ChapterId": 1,
  "MemberType": "sample string 2",
  "UserId": "sample string 3",
  "ContactNumber": "sample string 4"
}

application/xml, text/xml

Sample:
<JoinChapter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CsharpCornerAPI.Models.v1_0">
  <ChapterId>1</ChapterId>
  <ContactNumber>sample string 4</ContactNumber>
  <MemberType>sample string 2</MemberType>
  <UserId>sample string 3</UserId>
</JoinChapter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.