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": "10a42600-f7a2-4930-846f-26817c920b2d", "TemplateId": "4058c124-9089-4952-970a-80d5a8bae37f", "OrgAppSyncName": "sample string 3", "SourceAppId": "35fa15c0-e4cb-45a8-9d6f-4bc965ce2a12", "SourceAppVersionId": "c49456c2-2d39-43cc-b1c6-6c109f7c6892", "SourceAppProtocol": [ { "ProtocolId": 1, "IsDefault": true }, { "ProtocolId": 1, "IsDefault": true } ], "OrgAppSyncId": "fe720a1b-3c6b-4e08-8654-e40d818c145b", "ReverseOrgAppSyncId": "00ad0bfd-7f56-4e5b-9a7d-20829ed27030", "DestinationAppId": "6904a967-78fd-4a0f-819d-57ba4b93b9f7", "DestinationAppVersionId": "89e122f6-91fd-4206-9523-f713dc4fe56e", "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. |