POST api/apporgsync/both
Request Information
URI Parameters
None.
Body Parameters
OrgAppSyncViewModelPost| Name | 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": "a61a2b23-c57f-4949-9fd2-bd05de5a7cbc",
"TemplateId": "6e4acbba-129a-43dc-97b7-c6cf62194fce",
"OrgAppSyncName": "sample string 3",
"SourceAppId": "62674b72-ac37-47e6-8252-d3244d2c1693",
"SourceAppVersionId": "f6d22404-df92-4d7c-9aa5-d08d033cceb1",
"SourceAppProtocol": [
{
"ProtocolId": 1,
"IsDefault": true
},
{
"ProtocolId": 1,
"IsDefault": true
}
],
"OrgAppSyncId": "def4911b-9202-4666-8572-0b9bd927f201",
"ReverseOrgAppSyncId": "ae7f4e6b-2705-4dac-abbf-ab3d41aec26f",
"DestinationAppId": "9219f3f5-a19f-4f8f-a3c1-146931bef8ca",
"DestinationAppVersionId": "b09f17fa-4edd-4111-b8e3-479756af2d4e",
"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
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. |