Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
defaultProviderId |
The default provider identifier. |
integer |
Required |
Body Parameters
The default provider.
Pico.DefaultProviderName | Description | Type | Additional information |
---|---|---|---|
endDate |
Gets or sets the end date. |
date |
None. |
exceptions |
Gets or sets the exceptions. |
string |
None. |
loanPurpose |
Gets or sets the loan purpose. |
string |
None. |
startDate |
Gets or sets the start date. |
date |
None. |
state |
Gets or sets the code. |
string |
None. |
usages |
Gets or sets the usages (bitwise flags value). |
integer |
None. |
county |
Gets or sets the provider identifier. |
integer |
None. |
id |
Gets or sets the provider identifier. |
integer |
None. |
provider |
Gets or sets the provider identifier. |
integer |
None. |
organization |
Gets or sets the organization identifier. |
integer |
None. |
providerType |
Gets or sets the organization type identifier. |
integer |
None. |
Request Formats
application/json, text/json
{ "endDate": "2025-04-25T19:49:51.9628317Z", "exceptions": "sample String 1", "loanPurpose": "sample String 2", "startDate": "2025-04-25T19:49:51.9659048Z", "state": "sample String 3", "usages": 4, "county": "1", "id": "5", "provider": "1", "organization": 6, "providerType": "7" }
text/html
{"endDate":"2025-04-25T19:49:51.9628317Z","exceptions":"sample String 1","loanPurpose":"sample String 2","startDate":"2025-04-25T19:49:51.9659048Z","state":"sample String 3","usages":4,"county":"1","id":"5","provider":"1","organization":6,"providerType":"7"}
application/xml, text/xml
<DefaultProvider xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <EndDate>2025-04-25T19:49:51.9628317Z</EndDate> <Exceptions>sample String 1</Exceptions> <LoanPurpose>sample String 2</LoanPurpose> <StartDate>2025-04-25T19:49:51.9659048Z</StartDate> <State>sample String 3</State> <Usages>4</Usages> <CountyId>1</CountyId> <DefaultProviderId>5</DefaultProviderId> <OldProviderId>1</OldProviderId> <OrganizationId>6</OrganizationId> <ProviderTypeId>7</ProviderTypeId> </DefaultProvider>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The updated default provider.
Pico.DefaultProviderName | Description | Type | Additional information |
---|---|---|---|
endDate |
Gets or sets the end date. |
date |
None. |
exceptions |
Gets or sets the exceptions. |
string |
None. |
loanPurpose |
Gets or sets the loan purpose. |
string |
None. |
startDate |
Gets or sets the start date. |
date |
None. |
state |
Gets or sets the code. |
string |
None. |
usages |
Gets or sets the usages (bitwise flags value). |
integer |
None. |
county |
Gets or sets the provider identifier. |
integer |
None. |
id |
Gets or sets the provider identifier. |
integer |
None. |
provider |
Gets or sets the provider identifier. |
integer |
None. |
organization |
Gets or sets the organization identifier. |
integer |
None. |
providerType |
Gets or sets the organization type identifier. |
integer |
None. |
Response Formats
application/json, text/json
{ "endDate": "2025-04-25T19:49:51.9659048Z", "exceptions": "sample String 1", "loanPurpose": "sample String 2", "startDate": "2025-04-25T19:49:51.9659048Z", "state": "sample String 3", "usages": 4, "county": "1", "id": "5", "provider": "1", "organization": 6, "providerType": "7" }
text/html
{"endDate":"2025-04-25T19:49:51.9659048Z","exceptions":"sample String 1","loanPurpose":"sample String 2","startDate":"2025-04-25T19:49:51.9659048Z","state":"sample String 3","usages":4,"county":"1","id":"5","provider":"1","organization":6,"providerType":"7"}
application/xml, text/xml
<DefaultProvider xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <EndDate>2025-04-25T19:49:51.9659048Z</EndDate> <Exceptions>sample String 1</Exceptions> <LoanPurpose>sample String 2</LoanPurpose> <StartDate>2025-04-25T19:49:51.9659048Z</StartDate> <State>sample String 3</State> <Usages>4</Usages> <CountyId>1</CountyId> <DefaultProviderId>5</DefaultProviderId> <OldProviderId>1</OldProviderId> <OrganizationId>6</OrganizationId> <ProviderTypeId>7</ProviderTypeId> </DefaultProvider>