GET jxc_api/JournalPayment/GetAutoOffsetSetting

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

GetAutoOffsetSettingResult
NameDescriptionTypeAdditional information
Lev1Enabled

boolean

None.

Lev2Enabled

boolean

None.

Lev3Enabled

boolean

None.

IsAuto

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Lev1Enabled": true,
  "Lev2Enabled": true,
  "Lev3Enabled": true,
  "IsAuto": true
}

application/xml, text/xml

Sample:
<GetAutoOffsetSettingResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Money.Models">
  <IsAuto>true</IsAuto>
  <Lev1Enabled>true</Lev1Enabled>
  <Lev2Enabled>true</Lev2Enabled>
  <Lev3Enabled>true</Lev3Enabled>
</GetAutoOffsetSettingResult>