Request Information

URI Parameters

NameDescriptionTypeAdditional information
providerCredentialId

The provider credential identifier.

integer

Required

Body Parameters

The provider credential.

Nano.ProviderCredential
NameDescriptionTypeAdditional information
code

Gets or sets the code.

string

None.

password

Gets or sets the password.

string

None.

provider

Gets or sets the provider.

string

None.

type

Gets or sets the type of value.

string

None.

userName

Gets or sets the name of the user.

string

None.

value

Gets or sets the value of the provider.

string

None.

user

Gets or sets the user identifier.

integer

None.

organization

Gets or sets the provider identifier.

string

None.

id

Gets or sets the provider credential identifier.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "code": "sample String 1",
  "password": "sample String 2",
  "provider": "sample String 3",
  "type": "sample String 4",
  "userName": "sample String 5",
  "value": "sample String 6",
  "user": "1",
  "organization": "sample String 7",
  "id": "8"
}

text/html

Sample:
{"code":"sample String 1","password":"sample String 2","provider":"sample String 3","type":"sample String 4","userName":"sample String 5","value":"sample String 6","user":"1","organization":"sample String 7","id":"8"}

application/xml, text/xml

Sample:
<ProviderCredential xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Code>sample String 1</Code>
  <Password>sample String 2</Password>
  <Provider>sample String 3</Provider>
  <Type>sample String 4</Type>
  <UserName>sample String 5</UserName>
  <Value>sample String 6</Value>
  <UserId>1</UserId>
  <OrganizationId>sample String 7</OrganizationId>
  <ProviderCredentialId>8</ProviderCredentialId>
</ProviderCredential>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/vnd.api+json

Sample:

Sample not available.

Response Information

Resource Description

The updated provider credential.

Nano.ProviderCredential
NameDescriptionTypeAdditional information
code

Gets or sets the code.

string

None.

password

Gets or sets the password.

string

None.

provider

Gets or sets the provider.

string

None.

type

Gets or sets the type of value.

string

None.

userName

Gets or sets the name of the user.

string

None.

value

Gets or sets the value of the provider.

string

None.

user

Gets or sets the user identifier.

integer

None.

organization

Gets or sets the provider identifier.

string

None.

id

Gets or sets the provider credential identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "code": "sample String 1",
  "password": "sample String 2",
  "provider": "sample String 3",
  "type": "sample String 4",
  "userName": "sample String 5",
  "value": "sample String 6",
  "user": "1",
  "organization": "sample String 7",
  "id": "8"
}

text/html

Sample:
{"code":"sample String 1","password":"sample String 2","provider":"sample String 3","type":"sample String 4","userName":"sample String 5","value":"sample String 6","user":"1","organization":"sample String 7","id":"8"}

application/xml, text/xml

Sample:
<ProviderCredential xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Code>sample String 1</Code>
  <Password>sample String 2</Password>
  <Provider>sample String 3</Provider>
  <Type>sample String 4</Type>
  <UserName>sample String 5</UserName>
  <Value>sample String 6</Value>
  <UserId>1</UserId>
  <OrganizationId>sample String 7</OrganizationId>
  <ProviderCredentialId>8</ProviderCredentialId>
</ProviderCredential>

application/vnd.api+json

Sample:

Sample not available.