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": "519af306-ca2e-4e60-8e34-90a063c13c31",
"CredentialName": "sample string 2",
"OrgId": "d1a59910-87b1-43f9-969c-d452bbe71331",
"IsCloud": true,
"AppId": "c5caf715-7a45-4f02-9ccf-3c6e5778669c",
"AppVersionId": "50232898-c13e-4271-a578-c9bdb5c3aa7e",
"AppName": "sample string 3",
"CredId": "bb0d0326-18a6-4b7f-875b-840b620f9a20",
"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. |