POST jxc_api/JournalPayment/SaveAutoOffsetSetting

Request Information

URI Parameters

None.

Body Parameters

SaveAutoOffsetSettingPara
NameDescriptionTypeAdditional information
Lev1Enabled

boolean

None.

Lev2Enabled

boolean

None.

Lev3Enabled

boolean

None.

IsAuto

boolean

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<SaveAutoOffsetSettingPara 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>
</SaveAutoOffsetSettingPara>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.