GET TruformBridge/GetSettings
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
TruformBridgeSettingsDtoName | Description | Type | Additional information |
---|---|---|---|
IntegrationInterval | integer |
None. |
|
LastIntegrationDate | date |
None. |
|
DateFormat | DateFormatPreference |
None. |
Response Formats
application/json, text/json
Sample:
{ "IntegrationInterval": 1, "LastIntegrationDate": "2024-11-21T08:57:37.8317302+00:00", "DateFormat": 0 }
text/html
Sample:
{"IntegrationInterval":1,"LastIntegrationDate":"2024-11-21T08:57:37.8317302+00:00","DateFormat":0}
application/xml, text/xml
Sample:
<TruformBridgeSettingsDto> <IntegrationInterval>1</IntegrationInterval> <LastIntegrationDate>2024-11-21T08:57:37.8317302+00:00</LastIntegrationDate> <DateFormat>0</DateFormat> </TruformBridgeSettingsDto>