POST v6/externalSource/api/save
Request Information
URI Parameters
None.
Body Parameters
ExternalSourceAPIModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| ExternalSourceAPIId | integer |
None. |
|
| ExternalSourceId | integer |
None. |
|
| APIName | string |
None. |
|
| APIDirectionId | integer |
None. |
|
| APIEndpoint | string |
None. |
|
| APIInput | string |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"externalSourceAPIId": 1,
"externalSourceId": 2,
"apiName": "sample string 3",
"apiDirectionId": 4,
"apiEndpoint": "sample string 5",
"apiInput": "sample string 6",
"isActive": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.