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": "73cc3d65-5612-4cf7-9bc5-97e113e00c9b", "Name": "sample string 2", "ProviderStatus": { "Label": "sample string 1", "Value": 2 }, "EligibleToRenew": true, "AccountStartDate": "2024-11-21T09:19:12.5541435+00:00", "AccountEndDate": "2024-11-21T09:19:12.5541435+00:00", "ApApprovedOn": "2024-11-21T09:19:12.5541435+00:00", "Affiliate": true, "PreScreenReview": true, "PreScreenOverride": true, "AccountNumber": "sample string 7", "AccountType": { "Id": "b630f679-16cd-4021-b50f-ea4194973610", "Name": "sample string 2" }, "AffiliateChapters": true, "AffiliateChaptersOther": "sample string 9", "ApplicationId": "803c6a3d-1e5b-46d4-b439-11c8cbbc06b2", "AreYouAnAffiliateChapter": true, "IsFirstConference": true, "ProgramId": "299ea3ff-0d1b-45d6-b5d2-f0b12a72ce66", "ProviderAddress": "sample string 14", "ProviderAddress1": "sample string 15", "ProviderAddress2": "sample string 16", "ProviderAddress3": "sample string 17", "ProviderCity": "sample string 18", "ProviderCountry": { "Id": "b630f679-16cd-4021-b50f-ea4194973610", "Name": "sample string 2" }, "ProviderEligibletoRenew": "2024-11-21T09:19:12.5541435+00:00", "ProviderMemberId": "sample string 20", "ProviderPhone": "sample string 21", "ProviderPostalCode": "sample string 22", "ProviderStateProvince": { "Id": "b630f679-16cd-4021-b50f-ea4194973610", "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": "b630f679-16cd-4021-b50f-ea4194973610", "Name": "sample string 2" }, "ContactEmail": "sample string 31", "ContactFirstName": "sample string 32", "ContactId": "2613017b-a643-4659-b1ba-9b9442462e31", "ContactLastName": "sample string 34", "ContactPortalId": "sample string 35", "ContactPostalCode": "sample string 36", "ContactPrimaryPhone": "sample string 37", "ContactStateProvince": { "Id": "b630f679-16cd-4021-b50f-ea4194973610", "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-21T09:19:12.5541435+00:00</AccountEndDate> <AccountNumber>sample string 7</AccountNumber> <AccountStartDate>2024-11-21T09:19:12.5541435+00:00</AccountStartDate> <AccountType xmlns:d2p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers"> <d2p1:Id>b630f679-16cd-4021-b50f-ea4194973610</d2p1:Id> <d2p1:Name>sample string 2</d2p1:Name> </AccountType> <Affiliate>true</Affiliate> <AffiliateChapters>true</AffiliateChapters> <AffiliateChaptersOther>sample string 9</AffiliateChaptersOther> <ApApprovedOn>2024-11-21T09:19:12.5541435+00:00</ApApprovedOn> <ApplicationId>803c6a3d-1e5b-46d4-b439-11c8cbbc06b2</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>b630f679-16cd-4021-b50f-ea4194973610</d2p1:Id> <d2p1:Name>sample string 2</d2p1:Name> </ContactCountry> <ContactEmail>sample string 31</ContactEmail> <ContactFirstName>sample string 32</ContactFirstName> <ContactId>2613017b-a643-4659-b1ba-9b9442462e31</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>b630f679-16cd-4021-b50f-ea4194973610</d2p1:Id> <d2p1:Name>sample string 2</d2p1:Name> </ContactStateProvince> <ContactStateProvinceString>sample string 38</ContactStateProvinceString> <EligibleToRenew>true</EligibleToRenew> <Id>73cc3d65-5612-4cf7-9bc5-97e113e00c9b</Id> <IsAttested>true</IsAttested> <IsFirstConference>true</IsFirstConference> <Name>sample string 2</Name> <PreScreenOverride>true</PreScreenOverride> <PreScreenReview>true</PreScreenReview> <ProgramId>299ea3ff-0d1b-45d6-b5d2-f0b12a72ce66</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>b630f679-16cd-4021-b50f-ea4194973610</d2p1:Id> <d2p1:Name>sample string 2</d2p1:Name> </ProviderCountry> <ProviderEligibletoRenew>2024-11-21T09:19:12.5541435+00: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>b630f679-16cd-4021-b50f-ea4194973610</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>