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": "b338add4-3207-4854-b34b-53890e0480ae",
"TemplateId": "9e419f9d-6965-493b-a44c-08058089733e",
"OrgAppSyncName": "sample string 3",
"SourceAppId": "bc30956e-c184-4745-a2d4-a0b405552553",
"SourceAppVersionId": "a0bc1c1b-2a45-49fa-9020-654e01da89a4",
"SourceAppProtocol": [
{
"ProtocolId": 1,
"IsDefault": true
},
{
"ProtocolId": 1,
"IsDefault": true
}
],
"OrgAppSyncId": "a85d2a0c-873a-4730-8f12-0dbe6d0b1450",
"ReverseOrgAppSyncId": "95802ca6-a97f-4730-9c6e-5a44e8c56105",
"DestinationAppId": "e611ca93-c4a9-44c6-886d-509dda118ca6",
"DestinationAppVersionId": "2ece87e8-6294-49af-bd3a-f5a1c7143e94",
"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. |