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": "f4ea07a1-7d11-404f-8a99-b3556b316ac3",
"CredentialName": "sample string 2",
"OrgId": "b9cc21fc-6cef-404a-ae7a-dfbc3d95e960",
"IsCloud": true,
"AppId": "aac4ac05-28da-45d0-a1db-ece2c8bb1330",
"AppVersionId": "5f4501f6-dfb2-42e9-8340-1c4138a9b8b4",
"AppName": "sample string 3",
"CredId": "cfeb12f0-7eee-428d-ab32-8c3835376355",
"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. |