Request Information

URI Parameters

None.

Body Parameters

The default provider.

Pico.DefaultProvider
NameDescriptionTypeAdditional 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

Sample:
{
  "endDate": "2025-04-26T00:40:04.4814365Z",
  "exceptions": "sample String 1",
  "loanPurpose": "sample String 2",
  "startDate": "2025-04-26T00:40:04.4814365Z",
  "state": "sample String 3",
  "usages": 4,
  "county": "1",
  "id": "5",
  "provider": "1",
  "organization": 6,
  "providerType": "7"
}

text/html

Sample:
{"endDate":"2025-04-26T00:40:04.4814365Z","exceptions":"sample String 1","loanPurpose":"sample String 2","startDate":"2025-04-26T00:40:04.4814365Z","state":"sample String 3","usages":4,"county":"1","id":"5","provider":"1","organization":6,"providerType":"7"}

application/xml, text/xml

Sample:
<DefaultProvider xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <EndDate>2025-04-26T00:40:04.4814365Z</EndDate>
  <Exceptions>sample String 1</Exceptions>
  <LoanPurpose>sample String 2</LoanPurpose>
  <StartDate>2025-04-26T00:40:04.4814365Z</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:

Sample not available.

Response Information

Resource Description

The created default provider.

Pico.DefaultProvider
NameDescriptionTypeAdditional 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

Sample:
{
  "endDate": "2025-04-26T00:40:04.4814365Z",
  "exceptions": "sample String 1",
  "loanPurpose": "sample String 2",
  "startDate": "2025-04-26T00:40:04.4814365Z",
  "state": "sample String 3",
  "usages": 4,
  "county": "1",
  "id": "5",
  "provider": "1",
  "organization": 6,
  "providerType": "7"
}

text/html

Sample:
{"endDate":"2025-04-26T00:40:04.4814365Z","exceptions":"sample String 1","loanPurpose":"sample String 2","startDate":"2025-04-26T00:40:04.4814365Z","state":"sample String 3","usages":4,"county":"1","id":"5","provider":"1","organization":6,"providerType":"7"}

application/xml, text/xml

Sample:
<DefaultProvider xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <EndDate>2025-04-26T00:40:04.4814365Z</EndDate>
  <Exceptions>sample String 1</Exceptions>
  <LoanPurpose>sample String 2</LoanPurpose>
  <StartDate>2025-04-26T00:40:04.4814365Z</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>