POST api/AppOrgSync/PostOrgAppSync
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": "8319d08a-a596-4ff8-ba7a-4a9b8de6ad77",
"TemplateId": "5d6a3451-a6b2-4f05-8498-eccd74b57358",
"OrgAppSyncName": "sample string 3",
"SourceAppId": "2c299c5d-3749-419a-965b-103dff8b0089",
"SourceAppVersionId": "a519b6f2-fcff-4255-95b4-ed3da90f3d2d",
"SourceAppProtocol": [
{
"ProtocolId": 1,
"IsDefault": true
},
{
"ProtocolId": 1,
"IsDefault": true
}
],
"OrgAppSyncId": "7562e2a5-be5a-4a9c-acd6-6e785c1a4be0",
"ReverseOrgAppSyncId": "6b6cbec3-fd85-4724-ba38-60c527193fc4",
"DestinationAppId": "1dc71366-2b6e-463a-876c-891a8738af58",
"DestinationAppVersionId": "0eff815d-33e9-4472-89ee-a8980b213ab1",
"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. |