POST api/Member/MultiSelectMemberAdd

Request Information

URI Parameters

None.

Body Parameters

MEMBERS_Members_SelectResult
NameDescriptionTypeAdditional information
PersonId

integer

None.

IsActive

boolean

None.

DataStatusId

integer

None.

DataStatusCode

string

None.

DataStatusName

string

None.

DataStatusDescription

string

None.

FullDisplayName

string

None.

EmailAddress

string

None.

DisplayName

string

None.

Title

string

None.

Initials

string

None.

FirstName

string

None.

MiddleNames

string

None.

Surname

string

None.

PhysicalAddressId

integer

None.

PostalAddressId

integer

None.

TelephoneHome

string

None.

TelephoneWork

string

None.

TelephoneMobile

string

None.

FaxNumber

string

None.

DateOfBirth

date

None.

IdNumber

string

None.

EthnicGroupId

integer

None.

EthnicGroupOther

string

None.

GenderId

integer

None.

MembershipNumber

integer

None.

SearchableInProviderNetwork

boolean

None.

MembershipTypeId

integer

None.

MembershipCode

string

None.

MembershipName

string

None.

ProfessionId

integer

None.

ProfessionOther

string

None.

ProfessionName

string

None.

AreaOfPracticeId

integer

None.

AreaOfPracticeOther

string

None.

SpecialityId

integer

None.

AreaOfPracticeCode

string

None.

AreaOfPracticeName

string

None.

MemberCliniciansNetworkId

integer

None.

MemberCliniciansNetworkCode

string

None.

MemberCliniciansNetworkName

string

None.

MemberSourceId

integer

None.

MemberSourceCode

string

None.

MemberSourceName

string

None.

ProvinceId

integer

None.

ProvinceName

string

None.

TownId

integer

None.

TownName

string

None.

AddressId

integer

None.

SuburbName

string

None.

MemberListId

integer

None.

IsSelected

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "PersonId": 1,
  "IsActive": true,
  "DataStatusId": 2,
  "DataStatusCode": "sample string 3",
  "DataStatusName": "sample string 4",
  "DataStatusDescription": "sample string 5",
  "FullDisplayName": "sample string 6",
  "EmailAddress": "sample string 7",
  "DisplayName": "sample string 8",
  "Title": "sample string 9",
  "Initials": "sample string 10",
  "FirstName": "sample string 11",
  "MiddleNames": "sample string 12",
  "Surname": "sample string 13",
  "PhysicalAddressId": 1,
  "PostalAddressId": 1,
  "TelephoneHome": "sample string 14",
  "TelephoneWork": "sample string 15",
  "TelephoneMobile": "sample string 16",
  "FaxNumber": "sample string 17",
  "DateOfBirth": "2024-11-26T17:47:28.8625861+02:00",
  "IdNumber": "sample string 18",
  "EthnicGroupId": 1,
  "EthnicGroupOther": "sample string 19",
  "GenderId": 1,
  "MembershipNumber": 20,
  "SearchableInProviderNetwork": true,
  "MembershipTypeId": 1,
  "MembershipCode": "sample string 21",
  "MembershipName": "sample string 22",
  "ProfessionId": 1,
  "ProfessionOther": "sample string 23",
  "ProfessionName": "sample string 24",
  "AreaOfPracticeId": 1,
  "AreaOfPracticeOther": "sample string 25",
  "SpecialityId": 1,
  "AreaOfPracticeCode": "sample string 26",
  "AreaOfPracticeName": "sample string 27",
  "MemberCliniciansNetworkId": 1,
  "MemberCliniciansNetworkCode": "sample string 28",
  "MemberCliniciansNetworkName": "sample string 29",
  "MemberSourceId": 1,
  "MemberSourceCode": "sample string 30",
  "MemberSourceName": "sample string 31",
  "ProvinceId": 1,
  "ProvinceName": "sample string 32",
  "TownId": 1,
  "TownName": "sample string 33",
  "AddressId": 1,
  "SuburbName": "sample string 34",
  "MemberListId": 1,
  "IsSelected": true
}

application/xml, text/xml

Sample:
<MEMBERS_Members_SelectResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rysis.Sahiv.Midtier2.Repo">
  <AddressId>1</AddressId>
  <AreaOfPracticeCode>sample string 26</AreaOfPracticeCode>
  <AreaOfPracticeId>1</AreaOfPracticeId>
  <AreaOfPracticeName>sample string 27</AreaOfPracticeName>
  <AreaOfPracticeOther>sample string 25</AreaOfPracticeOther>
  <DataStatusCode>sample string 3</DataStatusCode>
  <DataStatusDescription>sample string 5</DataStatusDescription>
  <DataStatusId>2</DataStatusId>
  <DataStatusName>sample string 4</DataStatusName>
  <DateOfBirth>2024-11-26T17:47:28.8625861+02:00</DateOfBirth>
  <DisplayName>sample string 8</DisplayName>
  <EmailAddress>sample string 7</EmailAddress>
  <EthnicGroupId>1</EthnicGroupId>
  <EthnicGroupOther>sample string 19</EthnicGroupOther>
  <FaxNumber>sample string 17</FaxNumber>
  <FirstName>sample string 11</FirstName>
  <FullDisplayName>sample string 6</FullDisplayName>
  <GenderId>1</GenderId>
  <IdNumber>sample string 18</IdNumber>
  <Initials>sample string 10</Initials>
  <IsActive>true</IsActive>
  <IsSelected>true</IsSelected>
  <MemberCliniciansNetworkCode>sample string 28</MemberCliniciansNetworkCode>
  <MemberCliniciansNetworkId>1</MemberCliniciansNetworkId>
  <MemberCliniciansNetworkName>sample string 29</MemberCliniciansNetworkName>
  <MemberListId>1</MemberListId>
  <MemberSourceCode>sample string 30</MemberSourceCode>
  <MemberSourceId>1</MemberSourceId>
  <MemberSourceName>sample string 31</MemberSourceName>
  <MembershipCode>sample string 21</MembershipCode>
  <MembershipName>sample string 22</MembershipName>
  <MembershipNumber>20</MembershipNumber>
  <MembershipTypeId>1</MembershipTypeId>
  <MiddleNames>sample string 12</MiddleNames>
  <PersonId>1</PersonId>
  <PhysicalAddressId>1</PhysicalAddressId>
  <PostalAddressId>1</PostalAddressId>
  <ProfessionId>1</ProfessionId>
  <ProfessionName>sample string 24</ProfessionName>
  <ProfessionOther>sample string 23</ProfessionOther>
  <ProvinceId>1</ProvinceId>
  <ProvinceName>sample string 32</ProvinceName>
  <SearchableInProviderNetwork>true</SearchableInProviderNetwork>
  <SpecialityId>1</SpecialityId>
  <SuburbName>sample string 34</SuburbName>
  <Surname>sample string 13</Surname>
  <TelephoneHome>sample string 14</TelephoneHome>
  <TelephoneMobile>sample string 16</TelephoneMobile>
  <TelephoneWork>sample string 15</TelephoneWork>
  <Title>sample string 9</Title>
  <TownId>1</TownId>
  <TownName>sample string 33</TownName>
</MEMBERS_Members_SelectResult>

multipart/form-data

Sample:
<MEMBERS_Members_SelectResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rysis.Sahiv.Midtier2.Repo"><AddressId>1</AddressId><AreaOfPracticeCode>sample string 26</AreaOfPracticeCode><AreaOfPracticeId>1</AreaOfPracticeId><AreaOfPracticeName>sample string 27</AreaOfPracticeName><AreaOfPracticeOther>sample string 25</AreaOfPracticeOther><DataStatusCode>sample string 3</DataStatusCode><DataStatusDescription>sample string 5</DataStatusDescription><DataStatusId>2</DataStatusId><DataStatusName>sample string 4</DataStatusName><DateOfBirth>2024-11-26T17:47:28.8625861+02:00</DateOfBirth><DisplayName>sample string 8</DisplayName><EmailAddress>sample string 7</EmailAddress><EthnicGroupId>1</EthnicGroupId><EthnicGroupOther>sample string 19</EthnicGroupOther><FaxNumber>sample string 17</FaxNumber><FirstName>sample string 11</FirstName><FullDisplayName>sample string 6</FullDisplayName><GenderId>1</GenderId><IdNumber>sample string 18</IdNumber><Initials>sample string 10</Initials><IsActive>true</IsActive><IsSelected>true</IsSelected><MemberCliniciansNetworkCode>sample string 28</MemberCliniciansNetworkCode><MemberCliniciansNetworkId>1</MemberCliniciansNetworkId><MemberCliniciansNetworkName>sample string 29</MemberCliniciansNetworkName><MemberListId>1</MemberListId><MemberSourceCode>sample string 30</MemberSourceCode><MemberSourceId>1</MemberSourceId><MemberSourceName>sample string 31</MemberSourceName><MembershipCode>sample string 21</MembershipCode><MembershipName>sample string 22</MembershipName><MembershipNumber>20</MembershipNumber><MembershipTypeId>1</MembershipTypeId><MiddleNames>sample string 12</MiddleNames><PersonId>1</PersonId><PhysicalAddressId>1</PhysicalAddressId><PostalAddressId>1</PostalAddressId><ProfessionId>1</ProfessionId><ProfessionName>sample string 24</ProfessionName><ProfessionOther>sample string 23</ProfessionOther><ProvinceId>1</ProvinceId><ProvinceName>sample string 32</ProvinceName><SearchableInProviderNetwork>true</SearchableInProviderNetwork><SpecialityId>1</SpecialityId><SuburbName>sample string 34</SuburbName><Surname>sample string 13</Surname><TelephoneHome>sample string 14</TelephoneHome><TelephoneMobile>sample string 16</TelephoneMobile><TelephoneWork>sample string 15</TelephoneWork><Title>sample string 9</Title><TownId>1</TownId><TownName>sample string 33</TownName></MEMBERS_Members_SelectResult>

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, multipart/form-data

Sample:

Sample not available.