{ "ConnectionStrings": { "DataExchange": "Server=127.0.0.1;Database=DataExchange_Test;uid=sa;pwd=Microsoft2008;" }, "DataExchangeOptions": { "IncomingOptions": { "Active": false, "PeriodSeconds": 300, "RetryTimes": 3, "BatchSize": 100 }, "OutgoingOptions": { "Active": true, "PeriodSeconds": 10, "RetryTimes": 3, "BatchSize": 100, "BaseUrl": "https://localhost:7034/test", "Username": "username", "Password": "password", "Apis": { "Receipt": { "Url": "receipt", "Enabled": false }, "Return": { "Url": "return", "Enabled": false }, "Transfer": { "Url": "transfer", "Enabled": true }, "BackFlush": { "Url": "back-flush", "Enabled": true }, "Rework": { "Url": "rework", "Enabled": true }, "PreShipper": { "Url": "pre-shipper", "Enabled": true }, "UnplannedReceipt": { "Url": "unplanned-receipt", "Enabled": true }, "UnplannedDeliver": { "Url": "unplanned-deliver", "Enabled": true }, "Count": { "Url": "count", "Enabled": false } } } } }