Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| providerCredentialId |
The provider credential identifier. |
integer |
Required |
Body Parameters
The provider credential.
Pico.ProviderCredential| Name | Description | Type | Additional 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. |
integer |
None. |
| id |
Gets or sets the provider credential identifier. |
integer |
None. |
Request Formats
application/json, text/json
{
"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": "1",
"id": "7"
}
text/html
{"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":"1","id":"7"}
application/xml, text/xml
<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>1</OrganizationId> <ProviderCredentialId>7</ProviderCredentialId> </ProviderCredential>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
A updated provider credentials.
Pico.ProviderCredential| Name | Description | Type | Additional 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. |
integer |
None. |
| id |
Gets or sets the provider credential identifier. |
integer |
None. |
Response Formats
application/json, text/json
{
"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": "1",
"id": "7"
}
text/html
{"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":"1","id":"7"}
application/xml, text/xml
<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>1</OrganizationId> <ProviderCredentialId>7</ProviderCredentialId> </ProviderCredential>