GET api/provider?accountId={accountId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ProviderAccountName | Description | Type | Additional 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": "4217f9c7-45c7-4242-aed5-4d47b45c0d7f", "Name": "sample string 2", "ProviderStatus": { "Label": "sample string 1", "Value": 2 }, "EligibleToRenew": true, "AccountStartDate": "2024-11-26T09:27:07.4122735-05:00", "AccountEndDate": "2024-11-26T09:27:07.4122735-05:00", "ApApprovedOn": "2024-11-26T09:27:07.4122735-05:00", "Affiliate": true, "PreScreenReview": true, "PreScreenOverride": true, "AccountNumber": "sample string 7", "AccountType": { "Id": "b6e20ffa-3569-43fb-9c3c-a15229ebb066", "Name": "sample string 2" }, "AffiliateChapters": true, "AffiliateChaptersOther": "sample string 9", "ApplicationId": "cb425b91-6052-4997-94d0-90b179075fa4", "AreYouAnAffiliateChapter": true, "IsFirstConference": true, "ProgramId": "d969aaf1-e1c1-47ed-9522-8ad371aa8df6", "ProviderAddress": "sample string 14", "ProviderAddress1": "sample string 15", "ProviderAddress2": "sample string 16", "ProviderAddress3": "sample string 17", "ProviderCity": "sample string 18", "ProviderCountry": { "Id": "b6e20ffa-3569-43fb-9c3c-a15229ebb066", "Name": "sample string 2" }, "ProviderEligibletoRenew": "2024-11-26T09:27:07.4122735-05:00", "ProviderMemberId": "sample string 20", "ProviderPhone": "sample string 21", "ProviderPostalCode": "sample string 22", "ProviderStateProvince": { "Id": "b6e20ffa-3569-43fb-9c3c-a15229ebb066", "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": "b6e20ffa-3569-43fb-9c3c-a15229ebb066", "Name": "sample string 2" }, "ContactEmail": "sample string 31", "ContactFirstName": "sample string 32", "ContactId": "40e48b73-c8cc-46b3-b924-bf4f040f25e2", "ContactLastName": "sample string 34", "ContactPortalId": "sample string 35", "ContactPostalCode": "sample string 36", "ContactPrimaryPhone": "sample string 37", "ContactStateProvince": { "Id": "b6e20ffa-3569-43fb-9c3c-a15229ebb066", "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-11-26T09:27:07.4122735-05:00</AccountEndDate> <AccountNumber>sample string 7</AccountNumber> <AccountStartDate>2024-11-26T09:27:07.4122735-05:00</AccountStartDate> <AccountType xmlns:d2p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers"> <d2p1:Id>b6e20ffa-3569-43fb-9c3c-a15229ebb066</d2p1:Id> <d2p1:Name>sample string 2</d2p1:Name> </AccountType> <Affiliate>true</Affiliate> <AffiliateChapters>true</AffiliateChapters> <AffiliateChaptersOther>sample string 9</AffiliateChaptersOther> <ApApprovedOn>2024-11-26T09:27:07.4122735-05:00</ApApprovedOn> <ApplicationId>cb425b91-6052-4997-94d0-90b179075fa4</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>b6e20ffa-3569-43fb-9c3c-a15229ebb066</d2p1:Id> <d2p1:Name>sample string 2</d2p1:Name> </ContactCountry> <ContactEmail>sample string 31</ContactEmail> <ContactFirstName>sample string 32</ContactFirstName> <ContactId>40e48b73-c8cc-46b3-b924-bf4f040f25e2</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>b6e20ffa-3569-43fb-9c3c-a15229ebb066</d2p1:Id> <d2p1:Name>sample string 2</d2p1:Name> </ContactStateProvince> <ContactStateProvinceString>sample string 38</ContactStateProvinceString> <EligibleToRenew>true</EligibleToRenew> <Id>4217f9c7-45c7-4242-aed5-4d47b45c0d7f</Id> <IsAttested>true</IsAttested> <IsFirstConference>true</IsFirstConference> <Name>sample string 2</Name> <PreScreenOverride>true</PreScreenOverride> <PreScreenReview>true</PreScreenReview> <ProgramId>d969aaf1-e1c1-47ed-9522-8ad371aa8df6</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>b6e20ffa-3569-43fb-9c3c-a15229ebb066</d2p1:Id> <d2p1:Name>sample string 2</d2p1:Name> </ProviderCountry> <ProviderEligibletoRenew>2024-11-26T09:27:07.4122735-05: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>b6e20ffa-3569-43fb-9c3c-a15229ebb066</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>