POST api/apps/credential
Request Information
URI Parameters
None.
Body Parameters
OrgCredentialModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrgCredentialId | globally unique identifier |
None. |
|
| CredentialName | string |
None. |
|
| OrgId | globally unique identifier |
None. |
|
| IsCloud | boolean |
None. |
|
| AppId | globally unique identifier |
None. |
|
| AppVersionId | globally unique identifier |
None. |
|
| AppName | string |
None. |
|
| CredId | globally unique identifier |
None. |
|
| ProtocolId | integer |
None. |
|
| IsValid | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrgCredentialId": "13a61696-8b3b-42be-a117-074bf068abba",
"CredentialName": "sample string 2",
"OrgId": "5129d19c-311d-4e3a-ada8-8b126d1c5b81",
"IsCloud": true,
"AppId": "30d96076-a912-4f5b-9d4f-526d9cf42707",
"AppVersionId": "71882ad8-4ec8-429b-9c82-a102ee3aed12",
"AppName": "sample string 3",
"CredId": "32608e0b-7b67-40f9-91b0-de019b06d027",
"ProtocolId": 1,
"IsValid": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |