POST api/AppOrgSync/PostOrgAppSync
Request Information
URI Parameters
None.
Body Parameters
OrgAppSyncViewModelPostName | 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": "9edf13d3-09fd-4402-8e7f-9c1ae75b4197", "TemplateId": "06308a11-9853-4922-bf37-fcca28d84c6d", "OrgAppSyncName": "sample string 3", "SourceAppId": "1a4251b6-299b-45da-9e19-8fa4a0c57792", "SourceAppVersionId": "4c14bc98-2e70-4821-9558-b12f260e1e14", "SourceAppProtocol": [ { "ProtocolId": 1, "IsDefault": true }, { "ProtocolId": 1, "IsDefault": true } ], "OrgAppSyncId": "5217290c-3559-4435-bfa5-dbd4f502d273", "ReverseOrgAppSyncId": "54871ac4-b014-4b9d-9282-127af7b97a27", "DestinationAppId": "cd8441f8-2156-4a78-be58-6ca24250da27", "DestinationAppVersionId": "dd9cb828-2ba2-476a-bd70-216c59fa0b34", "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
HttpResponseMessageName | 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. |