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": "73dec814-5b71-4f85-81d8-ff6b1d51c0d1",
"TemplateId": "9cd28d6d-559a-4687-bf21-d841738112d5",
"OrgAppSyncName": "sample string 3",
"SourceAppId": "d4d28b42-3369-4b03-aab7-8da2faa3fc9d",
"SourceAppVersionId": "eaa98de8-48ed-4dc3-80c3-cb72e607a374",
"SourceAppProtocol": [
{
"ProtocolId": 1,
"IsDefault": true
},
{
"ProtocolId": 1,
"IsDefault": true
}
],
"OrgAppSyncId": "068d8049-2b42-465c-919c-02d0d53eebde",
"ReverseOrgAppSyncId": "99a51e0a-a4cf-409b-b147-6f05c430ce12",
"DestinationAppId": "0afa66d5-2901-4926-9544-fcfe1ce964f6",
"DestinationAppVersionId": "b197b74b-73bc-4eb0-a1a6-34f622fd6c01",
"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. |