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": "5c34262f-baa9-4459-8846-36582f2c5f9c",
"CredentialName": "sample string 2",
"OrgId": "a49c2853-8619-40f6-857d-3362297bc3aa",
"IsCloud": true,
"AppId": "5d444e9c-f0af-4052-80f2-290fa0eeb9da",
"AppVersionId": "f4085a72-1025-408e-8dc9-83036c044576",
"AppName": "sample string 3",
"CredId": "a3183cbc-ade0-4180-bb54-2b2a350eabd7",
"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. |