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": "0893c300-f6c2-4ac5-b4c5-5d057f8101c9", "TemplateId": "10c65581-b0c2-423c-b878-94239fc41d2d", "OrgAppSyncName": "sample string 3", "SourceAppId": "698b89ef-0c49-4ed7-b742-4822877c94a5", "SourceAppVersionId": "d8b10421-7362-4db4-adcc-9f6a39b9e414", "SourceAppProtocol": [ { "ProtocolId": 1, "IsDefault": true }, { "ProtocolId": 1, "IsDefault": true } ], "OrgAppSyncId": "74a5b025-9dc0-4985-83c2-22eb7899dce8", "ReverseOrgAppSyncId": "6d766773-ad36-4871-be6e-1a52cb5a78e0", "DestinationAppId": "c77886ab-7b77-4ada-afee-0c575aecb42f", "DestinationAppVersionId": "c3b09e01-9ce8-4b1b-a090-c3827ede9f88", "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. |