POST api/PNA/Members

Request Information

URI Parameters

None.

Body Parameters

MemberSignUp
NameDescriptionTypeAdditional information
prcnumber

string

None.

prcregdate

date

None.

prcexpireddate

date

None.

lastname

string

None.

firstname

string

None.

middlename

string

None.

mobileno

string

None.

email

string

None.

regionid

integer

None.

chapterid

integer

None.

clusterid

integer

None.

countrid

integer

None.

members

byte

None.

membertype

integer

None.

type

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "prcnumber": "sample string 1",
  "prcregdate": "2025-12-06T13:25:50.653344+08:00",
  "prcexpireddate": "2025-12-06T13:25:50.653344+08:00",
  "lastname": "sample string 2",
  "firstname": "sample string 3",
  "middlename": "sample string 4",
  "mobileno": "sample string 5",
  "email": "sample string 6",
  "regionid": 7,
  "chapterid": 8,
  "clusterid": 9,
  "countrid": 10,
  "members": 64,
  "membertype": 11,
  "type": 12
}

application/xml, text/xml

Sample:
<MemberSignUp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PNA.Models.DTO">
  <chapterid>8</chapterid>
  <clusterid>9</clusterid>
  <countrid>10</countrid>
  <email>sample string 6</email>
  <firstname>sample string 3</firstname>
  <lastname>sample string 2</lastname>
  <members>64</members>
  <membertype>11</membertype>
  <middlename>sample string 4</middlename>
  <mobileno>sample string 5</mobileno>
  <prcexpireddate>2025-12-06T13:25:50.653344+08:00</prcexpireddate>
  <prcnumber>sample string 1</prcnumber>
  <prcregdate>2025-12-06T13:25:50.653344+08:00</prcregdate>
  <regionid>7</regionid>
  <type>12</type>
</MemberSignUp>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.