POST v0/update-membership-data

Request Information

URI Parameters

None.

Body Parameters

tbl_Member_Registration
NameDescriptionTypeAdditional information
MemberId

string

Required

String length: inclusive between 0 and 20

MemberName

string

Required

String length: inclusive between 0 and 100

MobileNo

string

Required

Matching regular expression pattern: ^[6-9]\d{9}$

EmailId

string

None.

CountryId

integer

Required

Range: inclusive between 1 and 9.22337203685478E+18

StateId

integer

Required

Range: inclusive between 1 and 9.22337203685478E+18

ParshadCode

string

Required

OtherParishad

string

None.

DateofBirth

string

None.

BloodGroup

string

None.

FatherName

string

String length: inclusive between 0 and 100

Married

string

None.

DateofMarriage

string

None.

Address

string

None.

RefNo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MemberId": "sample string 1",
  "MemberName": "sample string 2",
  "MobileNo": "sample string 3",
  "EmailId": "sample string 4",
  "CountryId": 5,
  "StateId": 6,
  "ParshadCode": "sample string 7",
  "OtherParishad": "sample string 8",
  "DateofBirth": "sample string 9",
  "BloodGroup": "sample string 10",
  "FatherName": "sample string 11",
  "Married": "sample string 12",
  "DateofMarriage": "sample string 13",
  "Address": "sample string 14",
  "RefNo": "sample string 15"
}

application/xml, text/xml

Sample:
<tbl_Member_Registration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Abtyp_apiproject.Models">
  <Address>sample string 14</Address>
  <BloodGroup>sample string 10</BloodGroup>
  <CountryId>5</CountryId>
  <DateofBirth>sample string 9</DateofBirth>
  <DateofMarriage>sample string 13</DateofMarriage>
  <EmailId>sample string 4</EmailId>
  <FatherName>sample string 11</FatherName>
  <Married>sample string 12</Married>
  <MemberId>sample string 1</MemberId>
  <MemberName>sample string 2</MemberName>
  <MobileNo>sample string 3</MobileNo>
  <OtherParishad>sample string 8</OtherParishad>
  <ParshadCode>sample string 7</ParshadCode>
  <RefNo>sample string 15</RefNo>
  <StateId>6</StateId>
</tbl_Member_Registration>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'tbl_Member_Registration'.

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.