GET api/provider?accountId={accountId}

Get Provider Account by accountId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

ProviderAccount
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

ProviderStatus

OptionSetValueModel

None.

EligibleToRenew

boolean

None.

AccountStartDate

date

None.

AccountEndDate

date

None.

ApApprovedOn

date

None.

Affiliate

boolean

None.

PreScreenReview

boolean

None.

PreScreenOverride

boolean

None.

AccountNumber

string

None.

AccountType

IdNamePair

None.

AffiliateChapters

boolean

None.

AffiliateChaptersOther

string

None.

ApplicationId

globally unique identifier

None.

AreYouAnAffiliateChapter

boolean

None.

IsFirstConference

boolean

None.

ProgramId

globally unique identifier

None.

ProviderAddress

string

None.

ProviderAddress1

string

None.

ProviderAddress2

string

None.

ProviderAddress3

string

None.

ProviderCity

string

None.

ProviderCountry

IdNamePair

None.

ProviderEligibletoRenew

date

None.

ProviderMemberId

string

None.

ProviderPhone

string

None.

ProviderPostalCode

string

None.

ProviderStateProvince

IdNamePair

None.

ProviderStateProvinceString

string

None.

ProviderWebsite

string

None.

ShrmAffiliateType

OptionSetValueModel

None.

ShrmChapterNumber

string

None.

ShrmRegion

OptionSetValueModel

None.

ShrmStateCouncil

string

None.

ContactAddress1

string

None.

ContactAddress2

string

None.

ContactAddress3

string

None.

ContactCity

string

None.

ContactCountry

IdNamePair

None.

ContactEmail

string

None.

ContactFirstName

string

None.

ContactId

globally unique identifier

None.

ContactLastName

string

None.

ContactPortalId

string

None.

ContactPostalCode

string

None.

ContactPrimaryPhone

string

None.

ContactStateProvince

IdNamePair

None.

ContactStateProvinceString

string

None.

IsAttested

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": "d8025f74-2256-4e55-a0f2-8be5da2bc185",
  "Name": "sample string 2",
  "ProviderStatus": {
    "Label": "sample string 1",
    "Value": 2
  },
  "EligibleToRenew": true,
  "AccountStartDate": "2024-07-27T03:58:58.5041295-04:00",
  "AccountEndDate": "2024-07-27T03:58:58.5041295-04:00",
  "ApApprovedOn": "2024-07-27T03:58:58.5041295-04:00",
  "Affiliate": true,
  "PreScreenReview": true,
  "PreScreenOverride": true,
  "AccountNumber": "sample string 7",
  "AccountType": {
    "Id": "651760f6-953e-4b21-a38b-5c858d4673e9",
    "Name": "sample string 2"
  },
  "AffiliateChapters": true,
  "AffiliateChaptersOther": "sample string 9",
  "ApplicationId": "70813535-11a5-4ee1-a3fc-6452d987a981",
  "AreYouAnAffiliateChapter": true,
  "IsFirstConference": true,
  "ProgramId": "3c81f1fc-71eb-437a-a419-cfc3a3690cf4",
  "ProviderAddress": "sample string 14",
  "ProviderAddress1": "sample string 15",
  "ProviderAddress2": "sample string 16",
  "ProviderAddress3": "sample string 17",
  "ProviderCity": "sample string 18",
  "ProviderCountry": {
    "Id": "651760f6-953e-4b21-a38b-5c858d4673e9",
    "Name": "sample string 2"
  },
  "ProviderEligibletoRenew": "2024-07-27T03:58:58.5041295-04:00",
  "ProviderMemberId": "sample string 20",
  "ProviderPhone": "sample string 21",
  "ProviderPostalCode": "sample string 22",
  "ProviderStateProvince": {
    "Id": "651760f6-953e-4b21-a38b-5c858d4673e9",
    "Name": "sample string 2"
  },
  "ProviderStateProvinceString": "sample string 23",
  "ProviderWebsite": "sample string 24",
  "ShrmAffiliateType": {
    "Label": "sample string 1",
    "Value": 2
  },
  "ShrmChapterNumber": "sample string 25",
  "ShrmRegion": {
    "Label": "sample string 1",
    "Value": 2
  },
  "ShrmStateCouncil": "sample string 26",
  "ContactAddress1": "sample string 27",
  "ContactAddress2": "sample string 28",
  "ContactAddress3": "sample string 29",
  "ContactCity": "sample string 30",
  "ContactCountry": {
    "Id": "651760f6-953e-4b21-a38b-5c858d4673e9",
    "Name": "sample string 2"
  },
  "ContactEmail": "sample string 31",
  "ContactFirstName": "sample string 32",
  "ContactId": "ab0290da-7038-4e2e-92ec-c1dfb4807bf3",
  "ContactLastName": "sample string 34",
  "ContactPortalId": "sample string 35",
  "ContactPostalCode": "sample string 36",
  "ContactPrimaryPhone": "sample string 37",
  "ContactStateProvince": {
    "Id": "651760f6-953e-4b21-a38b-5c858d4673e9",
    "Name": "sample string 2"
  },
  "ContactStateProvinceString": "sample string 38",
  "IsAttested": true
}

application/xml, text/xml

Sample:
<ProviderAccount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models">
  <AccountEndDate>2024-07-27T03:58:58.5041295-04:00</AccountEndDate>
  <AccountNumber>sample string 7</AccountNumber>
  <AccountStartDate>2024-07-27T03:58:58.5041295-04:00</AccountStartDate>
  <AccountType xmlns:d2p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
    <d2p1:Id>651760f6-953e-4b21-a38b-5c858d4673e9</d2p1:Id>
    <d2p1:Name>sample string 2</d2p1:Name>
  </AccountType>
  <Affiliate>true</Affiliate>
  <AffiliateChapters>true</AffiliateChapters>
  <AffiliateChaptersOther>sample string 9</AffiliateChaptersOther>
  <ApApprovedOn>2024-07-27T03:58:58.5041295-04:00</ApApprovedOn>
  <ApplicationId>70813535-11a5-4ee1-a3fc-6452d987a981</ApplicationId>
  <AreYouAnAffiliateChapter>true</AreYouAnAffiliateChapter>
  <ContactAddress1>sample string 27</ContactAddress1>
  <ContactAddress2>sample string 28</ContactAddress2>
  <ContactAddress3>sample string 29</ContactAddress3>
  <ContactCity>sample string 30</ContactCity>
  <ContactCountry xmlns:d2p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
    <d2p1:Id>651760f6-953e-4b21-a38b-5c858d4673e9</d2p1:Id>
    <d2p1:Name>sample string 2</d2p1:Name>
  </ContactCountry>
  <ContactEmail>sample string 31</ContactEmail>
  <ContactFirstName>sample string 32</ContactFirstName>
  <ContactId>ab0290da-7038-4e2e-92ec-c1dfb4807bf3</ContactId>
  <ContactLastName>sample string 34</ContactLastName>
  <ContactPortalId>sample string 35</ContactPortalId>
  <ContactPostalCode>sample string 36</ContactPostalCode>
  <ContactPrimaryPhone>sample string 37</ContactPrimaryPhone>
  <ContactStateProvince xmlns:d2p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
    <d2p1:Id>651760f6-953e-4b21-a38b-5c858d4673e9</d2p1:Id>
    <d2p1:Name>sample string 2</d2p1:Name>
  </ContactStateProvince>
  <ContactStateProvinceString>sample string 38</ContactStateProvinceString>
  <EligibleToRenew>true</EligibleToRenew>
  <Id>d8025f74-2256-4e55-a0f2-8be5da2bc185</Id>
  <IsAttested>true</IsAttested>
  <IsFirstConference>true</IsFirstConference>
  <Name>sample string 2</Name>
  <PreScreenOverride>true</PreScreenOverride>
  <PreScreenReview>true</PreScreenReview>
  <ProgramId>3c81f1fc-71eb-437a-a419-cfc3a3690cf4</ProgramId>
  <ProviderAddress>sample string 14</ProviderAddress>
  <ProviderAddress1>sample string 15</ProviderAddress1>
  <ProviderAddress2>sample string 16</ProviderAddress2>
  <ProviderAddress3>sample string 17</ProviderAddress3>
  <ProviderCity>sample string 18</ProviderCity>
  <ProviderCountry xmlns:d2p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
    <d2p1:Id>651760f6-953e-4b21-a38b-5c858d4673e9</d2p1:Id>
    <d2p1:Name>sample string 2</d2p1:Name>
  </ProviderCountry>
  <ProviderEligibletoRenew>2024-07-27T03:58:58.5041295-04:00</ProviderEligibletoRenew>
  <ProviderMemberId>sample string 20</ProviderMemberId>
  <ProviderPhone>sample string 21</ProviderPhone>
  <ProviderPostalCode>sample string 22</ProviderPostalCode>
  <ProviderStateProvince xmlns:d2p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
    <d2p1:Id>651760f6-953e-4b21-a38b-5c858d4673e9</d2p1:Id>
    <d2p1:Name>sample string 2</d2p1:Name>
  </ProviderStateProvince>
  <ProviderStateProvinceString>sample string 23</ProviderStateProvinceString>
  <ProviderStatus xmlns:d2p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
    <d2p1:Label>sample string 1</d2p1:Label>
    <d2p1:Value>2</d2p1:Value>
  </ProviderStatus>
  <ProviderWebsite>sample string 24</ProviderWebsite>
  <ShrmAffiliateType xmlns:d2p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
    <d2p1:Label>sample string 1</d2p1:Label>
    <d2p1:Value>2</d2p1:Value>
  </ShrmAffiliateType>
  <ShrmChapterNumber>sample string 25</ShrmChapterNumber>
  <ShrmRegion xmlns:d2p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
    <d2p1:Label>sample string 1</d2p1:Label>
    <d2p1:Value>2</d2p1:Value>
  </ShrmRegion>
  <ShrmStateCouncil>sample string 26</ShrmStateCouncil>
</ProviderAccount>