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": "fbe45bb1-1c55-4962-8857-e953954b1151",
"TemplateId": "ad2eb930-1576-4fad-8de5-5be4fe34169e",
"OrgAppSyncName": "sample string 3",
"SourceAppId": "8ef387a0-234e-4f2f-af72-e6d5e4ee3e04",
"SourceAppVersionId": "c7b8ba47-4132-47df-9f7e-5e9a20a5aa83",
"SourceAppProtocol": [
{
"ProtocolId": 1,
"IsDefault": true
},
{
"ProtocolId": 1,
"IsDefault": true
}
],
"OrgAppSyncId": "9bb993b4-1279-43d4-ac9d-9902adc516f3",
"ReverseOrgAppSyncId": "e87737ad-57c1-42f3-b6b7-99926f02dfc0",
"DestinationAppId": "b92b68b7-7a2f-4c3a-868f-601107343428",
"DestinationAppVersionId": "0cc72222-db6e-4154-9297-86e221e0611d",
"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. |