POST api/apporgsync/both
Request Information
URI Parameters
None.
Body Parameters
OrgAppSyncViewModelPostName | Description | Type | Additional information |
---|---|---|---|
OrgId | globally unique identifier |
None. |
|
TemplateId | globally unique identifier |
None. |
|
OrgAppSyncName | string |
None. |
|
SourceAppId | globally unique identifier |
None. |
|
SourceAppVersionId | globally unique identifier |
None. |
|
SourceAppProtocol | Collection of ProtocolPost |
None. |
|
OrgAppSyncId | globally unique identifier |
None. |
|
ReverseOrgAppSyncId | globally unique identifier |
None. |
|
DestinationAppId | globally unique identifier |
None. |
|
DestinationAppVersionId | globally unique identifier |
None. |
|
DestinationAppProtocol | Collection of ProtocolPost |
None. |
|
ActivePublish | boolean |
None. |
|
ActivateDefaultTouchpoints | boolean |
None. |
|
IsCloudSupported | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "OrgId": "4789bfed-0de5-4854-bdbd-7d15a22f6ca9", "TemplateId": "6ac11845-a0fd-4877-8db7-c767acfd9142", "OrgAppSyncName": "sample string 3", "SourceAppId": "375c2ffd-2dab-467a-aa6e-931f8cf2fa93", "SourceAppVersionId": "63fd0c3b-5bcb-4b9a-9ec1-ece11e544887", "SourceAppProtocol": [ { "ProtocolId": 1, "IsDefault": true }, { "ProtocolId": 1, "IsDefault": true } ], "OrgAppSyncId": "79da3421-bc43-462f-b8df-844c27d2c893", "ReverseOrgAppSyncId": "6104338a-5eea-472c-a47e-693607a9541a", "DestinationAppId": "8efef623-be1f-41ac-acdf-f9e0c0e6794f", "DestinationAppVersionId": "c11faebc-b540-458c-9836-93da7b5b3998", "DestinationAppProtocol": [ { "ProtocolId": 1, "IsDefault": true }, { "ProtocolId": 1, "IsDefault": true } ], "ActivePublish": true, "ActivateDefaultTouchpoints": true, "IsCloudSupported": true }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | 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. |