Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

XML Response

JSON Response

Expand
titleXML Response


<customDays>
      <customDay exportReleaseLevel="7.2.0.0" exportTable="ops_custom_day" version="1">
            <adjustment>None</adjustment>
            <adjustmentAmount>1</adjustmentAmount>
            <adjustmentType>Day</adjustmentType>
            <category>Day</category>
            <comments />
            <ctype>Relative Repeating Date</ctype>
            <date />
            <dateList />
            <day>1</day>
            <dayofweek>Sun</dayofweek>
            <holiday>false</holiday>
            <month>Sep</month>
            <name>special day</name>
            <nthAmount>8</nthAmount>
            <nthType>Business Day</nthType>
            <period>false</period>
            <relfreq>Nth</relfreq>
            <sysId>dae77560c0a80165006d8051753b806c</sysId>
      </customDay>
      <customDay exportReleaseLevel="7.2.0.0" exportTable="ops_custom_day" version="1">
            <adjustment>None</adjustment>
            <adjustmentAmount>1</adjustmentAmount>
            <adjustmentType>Day</adjustmentType>
            <category>Day</category>
            <comments />
            <ctype>Relative Repeating Date</ctype>
            <date />
            <dateList />
            <day>1</day>
            <dayofweek>Sun</dayofweek>
            <holiday>false</holiday>
            <month>Sep</month>
            <name>special day</name>
            <nthAmount>9</nthAmount>
            <nthType>Business Day</nthType>
            <period>false</period>
            <relfreq>Nth</relfreq>
            <sysId>dae77560c0a80165006d8051753b806c</sysId>
      </customDay>
</customDays>
Expand
titleJSON Response


[
  { 
  "adjustment": "None",
  "adjustmentAmount": 1,
  "adjustmentType": "Day",
  "category": "Day",
  "comments": null,
  "ctype": "Relative Repeating Date",
  "date": null,
  "dateList": [],
  "day": 1,
  "dayofweek": "Sun",
  "holiday": false,
  "month": "Sep",
  "name": "special day",
  "nthAmount": 8,
  "nthType": "Business Day",
  "period": false,
  "relfreq": "Nth",
  "retainSysIds": true,
  "sysId": "dae77560c0a80165006d8051753b806c"
  "version": 1
  },
  {
  "adjustment": "None",
  "adjustmentAmount": 1,
  "adjustmentType": "Day",
  "category": "Day",
  "comments": null,
  "ctype": "Relative Repeating Date",
  "date": null,
  "dateList": [],
  "day": 1,
  "dayofweek": "Sun",
  "holiday": false,
  "month": "Sep",
  "name": "special day",
  "nthAmount": 9,
  "nthType": "Business Day",
  "period": false,
  "relfreq": "Nth",
  "retainSysIds": true,
  "sysId": "abc77560c0a80165006d8051753b806c"
  "version": 1
  }
]

...

XML Response

JSON Response

Expand
titleXML Response


<customDay exportReleaseLevel="7.2.0.0" exportTable="ops_custom_day" retainSysIds="true" version="1">
            <adjustment>None</adjustment>
            <adjustmentAmount>1</adjustmentAmount>
            <adjustmentType>Day</adjustmentType>
            <category>Day</category>
            <comments />
            <ctype>Relative Repeating Date</ctype>
            <date />
            <dateList />
            <day>1</day>
            <dayofweek>Sun</dayofweek>
            <holiday>false</holiday>
            <month>Sep</month>
            <name>special day</name>
            <nthAmount>8</nthAmount>
            <nthType>Business Day</nthType>
            <period>false</period>
            <relfreq>Nth</relfreq>
            <sysId>dae77560c0a80165006d8051753b806c</sysId>
</customDay>
Expand
titleJSON Response


{
  "adjustment": "None",
  "adjustmentAmount": 1,
  "adjustmentType": "Day",
  "category": "Day",
  "comments": null,
  "ctype": "Relative Repeating Date",
  "date": null,
  "dateList": [],
  "day": 1,
  "dayofweek": "Sun",
  "holiday": false,
  "month": "Sep",
  "name": "special day",
  "nthAmount": 8,
  "nthType": "Business Day",
  "period": false,
  "relfreq": "Nth",
  "retainSysIds": true,
  "sysId": "dae77560c0a80165006d8051753b806c"
  "version": 1
}