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": "3c775953-0608-41f0-91b9-82b3362c42ce",
"CredentialName": "sample string 2",
"OrgId": "220f0299-0949-490f-a1e0-73fb9de2a525",
"IsCloud": true,
"AppId": "9d53cadc-0bee-4f0c-9ce1-c0be94cf8861",
"AppVersionId": "c4719937-49aa-492d-b597-1ab8ee92b179",
"AppName": "sample string 3",
"CredId": "b1c06a11-5399-4dda-a168-4170babf4aa4",
"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. |