PUT api/provider/update?accountId={accountId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | globally unique identifier |
Required |
Body Parameters
ProviderProfile| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ProviderName | string |
None. |
|
| ProviderStatus | OptionSetValueModel |
None. |
|
| PrimaryContactName | string |
None. |
|
| Affiliate | boolean |
None. |
|
| AccountType | string |
None. |
|
| ProviderAddress1 | string |
None. |
|
| ProviderCity | string |
None. |
|
| ProviderCountry | Country |
None. |
|
| ProviderPhone | string |
None. |
|
| ProviderPostalCode | string |
None. |
|
| ProviderStateProvince | StateProvince |
None. |
|
| ProviderStateProvinceString | string |
None. |
|
| ProviderWebsite | string |
None. |
|
| IsAttested | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "60ec1ded-45c1-4e15-aa2e-58802df454c5",
"ProviderName": "sample string 2",
"ProviderStatus": {
"Label": "sample string 1",
"Value": 2
},
"PrimaryContactName": "sample string 3",
"Affiliate": true,
"AccountType": "sample string 5",
"ProviderAddress1": "sample string 6",
"ProviderCity": "sample string 7",
"ProviderCountry": {
"Code": "sample string 1",
"Id": "sample string 2",
"Name": "sample string 3",
"EmbargoCountry": true,
"APPresScreen": true,
"hasStates": true
},
"ProviderPhone": "sample string 8",
"ProviderPostalCode": "sample string 9",
"ProviderStateProvince": {
"Code": "sample string 1",
"Country": {
"Code": "sample string 1",
"Id": "sample string 2",
"Name": "sample string 3",
"EmbargoCountry": true,
"APPresScreen": true,
"hasStates": true
},
"Id": "sample string 2",
"Name": "sample string 3"
},
"ProviderStateProvinceString": "sample string 10",
"ProviderWebsite": "sample string 11",
"IsAttested": true
}
application/xml, text/xml
Sample:
<ProviderProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models">
<AccountType>sample string 5</AccountType>
<Affiliate>true</Affiliate>
<Id>60ec1ded-45c1-4e15-aa2e-58802df454c5</Id>
<IsAttested>true</IsAttested>
<PrimaryContactName>sample string 3</PrimaryContactName>
<ProviderAddress1>sample string 6</ProviderAddress1>
<ProviderCity>sample string 7</ProviderCity>
<ProviderCountry>
<APPresScreen>true</APPresScreen>
<Code>sample string 1</Code>
<EmbargoCountry>true</EmbargoCountry>
<Id>sample string 2</Id>
<Name>sample string 3</Name>
<hasStates>true</hasStates>
</ProviderCountry>
<ProviderName>sample string 2</ProviderName>
<ProviderPhone>sample string 8</ProviderPhone>
<ProviderPostalCode>sample string 9</ProviderPostalCode>
<ProviderStateProvince>
<Code>sample string 1</Code>
<Country>
<APPresScreen>true</APPresScreen>
<Code>sample string 1</Code>
<EmbargoCountry>true</EmbargoCountry>
<Id>sample string 2</Id>
<Name>sample string 3</Name>
<hasStates>true</hasStates>
</Country>
<Id>sample string 2</Id>
<Name>sample string 3</Name>
</ProviderStateProvince>
<ProviderStateProvinceString>sample string 10</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 11</ProviderWebsite>
</ProviderProfile>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.