POST api/cheque/ChequeRuleAction

Создание, изменение и получение информации о правиле на чек или позицию чека

Request Information

URI Parameters

None.

Body Parameters

ChequeRuleActionRequest
NameDescriptionTypeAdditional information
ActionType

string

None.

ChequeRuleType

byte

None.

ChequeRuleSpecies

byte

None.

ChequeRuleId

integer

None.

Name

string

None.

RedeemRule

boolean

None.

DisCountRule

boolean

None.

AddedRule

boolean

None.

CouponRule

boolean

None.

SertCardRule

boolean

None.

BegDate

date

None.

EndDate

date

None.

ItemList

integer

None.

CountWork

byte

None.

BonusSource

byte

None.

BonusSourceList

integer

None.

CardTypeList

integer

None.

NoCardTypeList

integer

None.

NoCardType

integer

None.

PurchaseCountBegDate

Начало анализируемого периода на количество покупок

date

None.

PurchaseCountEndDate

Конец анализируемого периода на количество покупок

date

None.

PurchaseCount

byte

None.

PurchaseCountStep

byte

None.

CodeChequeIn

string

None.

GoodListChequeIn

integer

None.

GoodListFullChequeIn

boolean

None.

QuantityChequeIn

decimal number

None.

QuantityNumber

byte

None.

QuantityStep

byte

None.

ClientList

integer

None.

CountPosition

byte

None.

CountPositionStep

byte

None.

AmountStep

decimal number

None.

MinAge

byte

None.

MaxAge

byte

None.

NoPartner

integer

None.

PartnerList

integer

None.

NoPartnerList

integer

None.

GoodList

integer

None.

Partner

integer

None.

Active

boolean

None.

CouponSeries

integer

None.

SertCardSeries

integer

None.

SertRuleType

boolean

None.

ForCheque

boolean

None.

ForDiscAmount

boolean

None.

DiscAmountList

integer

None.

NoDiscAmountList

integer

None.

BonusForRedeem

byte

None.

InterestForRedeem

decimal number

None.

Interest

decimal number

None.

Fixed

decimal number

None.

ActDays

byte

None.

ActDate

date

None.

ExpDays

integer

None.

ExpDate

date

None.

BonusForDisc

byte

None.

FirstPurchases

byte

None.

NoFirstPurchases

byte

None.

MinSum

decimal number

None.

MaxSum

decimal number

None.

BegTime

date

None.

EndTime

date

None.

BegWeekDay

byte

None.

EndWeekDay

byte

None.

Code

string

None.

NoGoodList

integer

None.

GoodsCatalogBrandsList

integer

None.

NoGoodsCatalogBrandsList

integer

None.

Level

integer

None.

MarketList

integer

None.

Birthday

boolean

None.

BirthdayBefore

byte

None.

BirthdayAfter

byte

None.

BirthdayWithChildren

boolean

None.

Pos

integer

None.

PosList

integer

None.

NoPosList

integer

None.

Priority

byte

None.

Stop

boolean

None.

CardType

integer

None.

PriceLevel

byte

None.

PriceLevelSortUp

boolean

None.

PriceLevelGoodList

boolean

None.

PriceLevelMore

boolean

None.

PriceLevelAmount

boolean

None.

PriceLevelOffset

byte

None.

PriceLevelCountStep

byte

None.

PriceLevelOffsetCountStep

byte

None.

PriceLevelGain

boolean

None.

PriceLevelCountPosition

byte

None.

NoPriceLevelChequeAdd

boolean

None.

ChequeRuleMotivation

integer

None.

CountWorkMotivation

integer

None.

FixeddisCountChequeAdd

boolean

None.

FixeddisCountType

byte

None.

LimitRedeemPeriod

byte

None.

FixedLimitRedeemPeriod

decimal number

None.

ChequeLimitRedeem

boolean

None.

FixedLimitRedeem

decimal number

None.

OnlyForDisCount

boolean

None.

Tracking

boolean

None.

NomenclatureSpeciesList

integer

None.

NoNomenclatureSpeciesList

integer

None.

NomenclatureType

string

None.

NomenclatureSpecies

string

None.

RedeemRuleDisCount

boolean

None.

DisCountRedeemRule

boolean

None.

CatalogPosition

string

None.

CatalogPositionList

integer

None.

NoCatalogPositionList

integer

None.

GoodsCatalogPositionIdIn

Идентификатор позиции каталога, если товар находится внутри указанной папки, то правило сработает

integer

None.

Operator

Идентификатор оператора программы лояльности

integer

None.

Token

Токен пользователя, который инициирует данный запрос

integer

None.

SiteCode

Уникальный код виджета по продаже подарочных сертификатов, который инициирует запрос

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ActionType": "sample string 1",
  "ChequeRuleType": 64,
  "ChequeRuleSpecies": 64,
  "ChequeRuleId": 1,
  "Name": "sample string 2",
  "RedeemRule": true,
  "DisCountRule": true,
  "AddedRule": true,
  "CouponRule": true,
  "SertCardRule": true,
  "BegDate": "2024-04-29T16:48:11.8131125+03:00",
  "EndDate": "2024-04-29T16:48:11.8131125+03:00",
  "ItemList": 1,
  "CountWork": 64,
  "BonusSource": 64,
  "BonusSourceList": 1,
  "CardTypeList": 1,
  "NoCardTypeList": 1,
  "NoCardType": 1,
  "PurchaseCountBegDate": "2024-04-29T16:48:11.8131125+03:00",
  "PurchaseCountEndDate": "2024-04-29T16:48:11.8131125+03:00",
  "PurchaseCount": 64,
  "PurchaseCountStep": 64,
  "CodeChequeIn": "sample string 3",
  "GoodListChequeIn": 1,
  "GoodListFullChequeIn": true,
  "QuantityChequeIn": 1.0,
  "QuantityNumber": 64,
  "QuantityStep": 64,
  "ClientList": 1,
  "CountPosition": 64,
  "CountPositionStep": 64,
  "AmountStep": 1.0,
  "MinAge": 64,
  "MaxAge": 64,
  "NoPartner": 1,
  "PartnerList": 1,
  "NoPartnerList": 1,
  "GoodList": 1,
  "Partner": 1,
  "Active": true,
  "CouponSeries": 1,
  "SertCardSeries": 1,
  "SertRuleType": true,
  "ForCheque": true,
  "ForDiscAmount": true,
  "DiscAmountList": 1,
  "NoDiscAmountList": 1,
  "BonusForRedeem": 64,
  "InterestForRedeem": 1.0,
  "Interest": 1.0,
  "Fixed": 1.0,
  "ActDays": 64,
  "ActDate": "2024-04-29T16:48:11.8131125+03:00",
  "ExpDays": 1,
  "ExpDate": "2024-04-29T16:48:11.8131125+03:00",
  "BonusForDisc": 64,
  "FirstPurchases": 64,
  "NoFirstPurchases": 64,
  "MinSum": 1.0,
  "MaxSum": 1.0,
  "BegTime": "2024-04-29T16:48:11.8131125+03:00",
  "EndTime": "2024-04-29T16:48:11.8131125+03:00",
  "BegWeekDay": 64,
  "EndWeekDay": 64,
  "Code": "sample string 4",
  "NoGoodList": 1,
  "GoodsCatalogBrandsList": 1,
  "NoGoodsCatalogBrandsList": 1,
  "Level": 1,
  "MarketList": 1,
  "Birthday": true,
  "BirthdayBefore": 64,
  "BirthdayAfter": 64,
  "BirthdayWithChildren": true,
  "Pos": 1,
  "PosList": 1,
  "NoPosList": 1,
  "Priority": 64,
  "Stop": true,
  "CardType": 1,
  "PriceLevel": 64,
  "PriceLevelSortUp": true,
  "PriceLevelGoodList": true,
  "PriceLevelMore": true,
  "PriceLevelAmount": true,
  "PriceLevelOffset": 64,
  "PriceLevelCountStep": 64,
  "PriceLevelOffsetCountStep": 64,
  "PriceLevelGain": true,
  "PriceLevelCountPosition": 64,
  "NoPriceLevelChequeAdd": true,
  "ChequeRuleMotivation": 1,
  "CountWorkMotivation": 1,
  "FixeddisCountChequeAdd": true,
  "FixeddisCountType": 64,
  "LimitRedeemPeriod": 64,
  "FixedLimitRedeemPeriod": 1.0,
  "ChequeLimitRedeem": true,
  "FixedLimitRedeem": 1.0,
  "OnlyForDisCount": true,
  "Tracking": true,
  "NomenclatureSpeciesList": 1,
  "NoNomenclatureSpeciesList": 1,
  "NomenclatureType": "sample string 5",
  "NomenclatureSpecies": "sample string 6",
  "RedeemRuleDisCount": true,
  "DisCountRedeemRule": true,
  "CatalogPosition": "sample string 7",
  "CatalogPositionList": 1,
  "NoCatalogPositionList": 1,
  "GoodsCatalogPositionIdIn": 1,
  "Operator": 1,
  "Token": 1,
  "SiteCode": "sample string 8"
}

application/xml, text/xml

Sample:
<ChequeRuleActionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LCManagerPartner.Implementation.Request.ChequeRequest">
  <Operator xmlns="http://schemas.datacontract.org/2004/07/LCManagerPartner.Implementation.Abstractions">1</Operator>
  <SiteCode xmlns="http://schemas.datacontract.org/2004/07/LCManagerPartner.Implementation.Abstractions">sample string 8</SiteCode>
  <Token xmlns="http://schemas.datacontract.org/2004/07/LCManagerPartner.Implementation.Abstractions">1</Token>
  <ActDate>2024-04-29T16:48:11.8131125+03:00</ActDate>
  <ActDays>64</ActDays>
  <ActionType>sample string 1</ActionType>
  <Active>true</Active>
  <AddedRule>true</AddedRule>
  <AmountStep>1</AmountStep>
  <BegDate>2024-04-29T16:48:11.8131125+03:00</BegDate>
  <BegTime>2024-04-29T16:48:11.8131125+03:00</BegTime>
  <BegWeekDay>64</BegWeekDay>
  <Birthday>true</Birthday>
  <BirthdayAfter>64</BirthdayAfter>
  <BirthdayBefore>64</BirthdayBefore>
  <BirthdayWithChildren>true</BirthdayWithChildren>
  <BonusForDisc>64</BonusForDisc>
  <BonusForRedeem>64</BonusForRedeem>
  <BonusSource>64</BonusSource>
  <BonusSourceList>1</BonusSourceList>
  <CardType>1</CardType>
  <CardTypeList>1</CardTypeList>
  <CatalogPosition>sample string 7</CatalogPosition>
  <CatalogPositionList>1</CatalogPositionList>
  <ChequeLimitRedeem>true</ChequeLimitRedeem>
  <ChequeRuleId>1</ChequeRuleId>
  <ChequeRuleMotivation>1</ChequeRuleMotivation>
  <ChequeRuleSpecies>64</ChequeRuleSpecies>
  <ChequeRuleType>64</ChequeRuleType>
  <ClientList>1</ClientList>
  <Code>sample string 4</Code>
  <CodeChequeIn>sample string 3</CodeChequeIn>
  <CountPosition>64</CountPosition>
  <CountPositionStep>64</CountPositionStep>
  <CountWork>64</CountWork>
  <CountWorkMotivation>1</CountWorkMotivation>
  <CouponRule>true</CouponRule>
  <CouponSeries>1</CouponSeries>
  <DisCountRedeemRule>true</DisCountRedeemRule>
  <DisCountRule>true</DisCountRule>
  <DiscAmountList>1</DiscAmountList>
  <EndDate>2024-04-29T16:48:11.8131125+03:00</EndDate>
  <EndTime>2024-04-29T16:48:11.8131125+03:00</EndTime>
  <EndWeekDay>64</EndWeekDay>
  <ExpDate>2024-04-29T16:48:11.8131125+03:00</ExpDate>
  <ExpDays>1</ExpDays>
  <FirstPurchases>64</FirstPurchases>
  <Fixed>1</Fixed>
  <FixedLimitRedeem>1</FixedLimitRedeem>
  <FixedLimitRedeemPeriod>1</FixedLimitRedeemPeriod>
  <FixeddisCountChequeAdd>true</FixeddisCountChequeAdd>
  <FixeddisCountType>64</FixeddisCountType>
  <ForCheque>true</ForCheque>
  <ForDiscAmount>true</ForDiscAmount>
  <GoodList>1</GoodList>
  <GoodListChequeIn>1</GoodListChequeIn>
  <GoodListFullChequeIn>true</GoodListFullChequeIn>
  <GoodsCatalogBrandsList>1</GoodsCatalogBrandsList>
  <GoodsCatalogPositionIdIn>1</GoodsCatalogPositionIdIn>
  <Interest>1</Interest>
  <InterestForRedeem>1</InterestForRedeem>
  <ItemList>1</ItemList>
  <Level>1</Level>
  <LimitRedeemPeriod>64</LimitRedeemPeriod>
  <MarketList>1</MarketList>
  <MaxAge>64</MaxAge>
  <MaxSum>1</MaxSum>
  <MinAge>64</MinAge>
  <MinSum>1</MinSum>
  <Name>sample string 2</Name>
  <NoCardType>1</NoCardType>
  <NoCardTypeList>1</NoCardTypeList>
  <NoCatalogPositionList>1</NoCatalogPositionList>
  <NoDiscAmountList>1</NoDiscAmountList>
  <NoFirstPurchases>64</NoFirstPurchases>
  <NoGoodList>1</NoGoodList>
  <NoGoodsCatalogBrandsList>1</NoGoodsCatalogBrandsList>
  <NoNomenclatureSpeciesList>1</NoNomenclatureSpeciesList>
  <NoPartner>1</NoPartner>
  <NoPartnerList>1</NoPartnerList>
  <NoPosList>1</NoPosList>
  <NoPriceLevelChequeAdd>true</NoPriceLevelChequeAdd>
  <NomenclatureSpecies>sample string 6</NomenclatureSpecies>
  <NomenclatureSpeciesList>1</NomenclatureSpeciesList>
  <NomenclatureType>sample string 5</NomenclatureType>
  <OnlyForDisCount>true</OnlyForDisCount>
  <Partner>1</Partner>
  <PartnerList>1</PartnerList>
  <Pos>1</Pos>
  <PosList>1</PosList>
  <PriceLevel>64</PriceLevel>
  <PriceLevelAmount>true</PriceLevelAmount>
  <PriceLevelCountPosition>64</PriceLevelCountPosition>
  <PriceLevelCountStep>64</PriceLevelCountStep>
  <PriceLevelGain>true</PriceLevelGain>
  <PriceLevelGoodList>true</PriceLevelGoodList>
  <PriceLevelMore>true</PriceLevelMore>
  <PriceLevelOffset>64</PriceLevelOffset>
  <PriceLevelOffsetCountStep>64</PriceLevelOffsetCountStep>
  <PriceLevelSortUp>true</PriceLevelSortUp>
  <Priority>64</Priority>
  <PurchaseCount>64</PurchaseCount>
  <PurchaseCountBegDate>2024-04-29T16:48:11.8131125+03:00</PurchaseCountBegDate>
  <PurchaseCountEndDate>2024-04-29T16:48:11.8131125+03:00</PurchaseCountEndDate>
  <PurchaseCountStep>64</PurchaseCountStep>
  <QuantityChequeIn>1</QuantityChequeIn>
  <QuantityNumber>64</QuantityNumber>
  <QuantityStep>64</QuantityStep>
  <RedeemRule>true</RedeemRule>
  <RedeemRuleDisCount>true</RedeemRuleDisCount>
  <SertCardRule>true</SertCardRule>
  <SertCardSeries>1</SertCardSeries>
  <SertRuleType>true</SertRuleType>
  <Stop>true</Stop>
  <Tracking>true</Tracking>
</ChequeRuleActionRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ChequeRuleActionResponse
NameDescriptionTypeAdditional information
ChequeRule

integer

None.

Data

Collection of ChequeRuleActionDataRow

None.

ErrorCode

Код ошибки

integer

None.

Message

Сообщение об ошибке

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ChequeRule": 1,
  "Data": [
    {
      "Name": "sample string 1",
      "RedeemRule": true,
      "DisCountRule": true,
      "ChequeRuleType": 64,
      "ChequeRuleSpecies": 1,
      "BegDate": "2024-04-29T16:48:12.125616+03:00",
      "EndDate": "2024-04-29T16:48:12.125616+03:00",
      "ItemList": 1,
      "CountWork": 64,
      "BonusSource": 64,
      "BonusSourceList": 1,
      "CardTypeList": 1,
      "NoCardTypeList": 1,
      "NoCardType": 1,
      "PurchaseCount": 64,
      "PurchaseCountStep": 64,
      "CodeChequeIn": "sample string 2",
      "GoodListChequeIn": 1,
      "GoodListfullChequeIn": true,
      "QuantityChequeIn": 1.0,
      "QuantityNumber": 64,
      "QuantityStep": 64,
      "ClientList": 1,
      "CountPosition": 64,
      "CountpositiStep": 64,
      "AmountStep": 1.0,
      "MinAge": 64,
      "MaxAge": 64,
      "NoPartner": 1,
      "PartnerList": 1,
      "NoPartnerList": 1,
      "GoodList": 1,
      "Partner": 1,
      "Active": true,
      "CouponSeries": 1,
      "SertCardSeries": 1,
      "SertRuleType": true,
      "ForCheque": true,
      "ForDiscAmount": true,
      "DiscAmountList": 1,
      "NoDiscAmountList": 1,
      "BonusForRedeem": 64,
      "InterestForRedeem": 1.0,
      "Interest": 1.0,
      "Fixed": 1.0,
      "ActDays": 64,
      "ActDate": "2024-04-29T16:48:12.125616+03:00",
      "ExpDays": 1,
      "ExpDate": "2024-04-29T16:48:12.125616+03:00",
      "BonusForDisc": 64,
      "FirstPurchases": 64,
      "NoFirstPurchases": 64,
      "MinSum": 1.0,
      "MaxSum": 1.0,
      "BegTime": "2024-04-29T16:48:12.125616+03:00",
      "EndTime": "2024-04-29T16:48:12.125616+03:00",
      "BegWeekDay": 64,
      "EndWeekDay": 64,
      "Code": "sample string 3",
      "NoGoodList": 1,
      "GoodsCatalogBrandsList": 1,
      "NoGoodsCatalogBrandsList": 1,
      "Level": 1,
      "MarketList": 1,
      "Birthday": true,
      "BirthdayBefore": 64,
      "BirthdayAfter": 64,
      "BirthdayWithChildren": true,
      "Pos": 1,
      "PosList": 1,
      "NoPosList": 1,
      "Priority": 64,
      "Stop": true,
      "CardType": 1,
      "PriceLevel": 64,
      "PriceLevelSortUp": true,
      "PriceLevelGoodList": true,
      "PriceLevelMore": true,
      "PriceLevelAmount": true,
      "PriceLevelOffset": 64,
      "PriceLevelCountStep": 64,
      "PriceLevelOffsetCountStep": 64,
      "PriceLevelHain": true,
      "PriceLevelCountPosition": 64,
      "NoPriceLevelChequeAdd": true,
      "ChequeRuleMotivation": 1,
      "CountWorkMotivation": 1,
      "FixedDisCountChequeAdd": true,
      "FixedDisCountType": 64,
      "LimitRedeemPeriod": 64,
      "FixedLimitRedeemPeriod": 1.0,
      "ChequeLimitRedeem": true,
      "FixedLimitRedeem": 1.0,
      "OnlyForDisCount": true,
      "Tracking": true,
      "NomenclatureSpeciesList": 1,
      "NoNomenclatureSpeciesList": 1,
      "NomenclatureType": "sample string 4",
      "NomenclatureSpecies": "sample string 5",
      "RedeemRuleDisCount": true,
      "DisCountRedeemRule": true,
      "CatalogPosition": "sample string 6",
      "CatalogPositionList": 1,
      "NoCatalogPositionList": 1,
      "NoMarketList": 1,
      "Coupon": "sample string 7",
      "NoItemList": 1,
      "ProcTime": "2024-04-29T16:48:12.125616+03:00",
      "NomenclatureTypeList": 1,
      "NoNomenclatureTypeList": 1,
      "NoBonusSource": 1,
      "NoBonusSourceList": 64,
      "BonusPartner": 1,
      "BonusPartnerList": 1,
      "Campaign": 1,
      "PaymentType": 64,
      "Discount": 1.0,
      "NoPaidByBonus": true,
      "Friend": true,
      "GoodListFull": true,
      "FriendLevel": 1,
      "Size": "sample string 8",
      "Credit": true,
      "CouponRuleType": true,
      "SertRuleType_2": true,
      "GoodsCatalogPositionIdIn": 1,
      "ItemListName": "sample string 9",
      "NoItemListName": "sample string 10",
      "BonusSourceName": "sample string 11",
      "NoBonusSourceName": "sample string 12",
      "BonusSourceListName": "sample string 13",
      "NoBonusSourceListName": "sample string 14",
      "CardTypeName": "sample string 15",
      "NoCardTypeName": "sample string 16",
      "CardTypeListName": "sample string 17",
      "NoCardTypeListName": "sample string 18",
      "ClientListName": "sample string 19",
      "PartnerName": "sample string 20",
      "NoPartnerName": "sample string 21",
      "PartnerListName": "sample string 22",
      "NoPartnerListName": "sample string 23",
      "GoodListName": "sample string 24",
      "NoGoodListName": "sample string 25",
      "GoodsCatalogBrandsListName": "sample string 26",
      "NoGoodsCatalogBrandsListName": "sample string 27",
      "LevelName": "sample string 28",
      "MarketListName": "sample string 29",
      "NoMarketListName": "sample string 30",
      "PosName": "sample string 31",
      "PosListName": "sample string 32",
      "NoPosListName": "sample string 33",
      "NomenclatureSpeciesListName": "sample string 34",
      "NoNomenclatureSpeciesListSpeciesListName": "sample string 35",
      "CatalogPositionListName": "sample string 36",
      "NoCatalogPositionListName": "sample string 37",
      "NomenclatureTypeListName": "sample string 38",
      "NoNomenclatureTypeListName": "sample string 39",
      "BonusForDiscName": "sample string 40",
      "BonusForRedeemName": "sample string 41",
      "GoodsCatalogPositionIdInName": "sample string 42",
      "PurchaseCountBegDate": "2024-04-29T16:48:12.125616+03:00",
      "PurchaseCountEndDate": "2024-04-29T16:48:12.125616+03:00"
    },
    {
      "Name": "sample string 1",
      "RedeemRule": true,
      "DisCountRule": true,
      "ChequeRuleType": 64,
      "ChequeRuleSpecies": 1,
      "BegDate": "2024-04-29T16:48:12.125616+03:00",
      "EndDate": "2024-04-29T16:48:12.125616+03:00",
      "ItemList": 1,
      "CountWork": 64,
      "BonusSource": 64,
      "BonusSourceList": 1,
      "CardTypeList": 1,
      "NoCardTypeList": 1,
      "NoCardType": 1,
      "PurchaseCount": 64,
      "PurchaseCountStep": 64,
      "CodeChequeIn": "sample string 2",
      "GoodListChequeIn": 1,
      "GoodListfullChequeIn": true,
      "QuantityChequeIn": 1.0,
      "QuantityNumber": 64,
      "QuantityStep": 64,
      "ClientList": 1,
      "CountPosition": 64,
      "CountpositiStep": 64,
      "AmountStep": 1.0,
      "MinAge": 64,
      "MaxAge": 64,
      "NoPartner": 1,
      "PartnerList": 1,
      "NoPartnerList": 1,
      "GoodList": 1,
      "Partner": 1,
      "Active": true,
      "CouponSeries": 1,
      "SertCardSeries": 1,
      "SertRuleType": true,
      "ForCheque": true,
      "ForDiscAmount": true,
      "DiscAmountList": 1,
      "NoDiscAmountList": 1,
      "BonusForRedeem": 64,
      "InterestForRedeem": 1.0,
      "Interest": 1.0,
      "Fixed": 1.0,
      "ActDays": 64,
      "ActDate": "2024-04-29T16:48:12.125616+03:00",
      "ExpDays": 1,
      "ExpDate": "2024-04-29T16:48:12.125616+03:00",
      "BonusForDisc": 64,
      "FirstPurchases": 64,
      "NoFirstPurchases": 64,
      "MinSum": 1.0,
      "MaxSum": 1.0,
      "BegTime": "2024-04-29T16:48:12.125616+03:00",
      "EndTime": "2024-04-29T16:48:12.125616+03:00",
      "BegWeekDay": 64,
      "EndWeekDay": 64,
      "Code": "sample string 3",
      "NoGoodList": 1,
      "GoodsCatalogBrandsList": 1,
      "NoGoodsCatalogBrandsList": 1,
      "Level": 1,
      "MarketList": 1,
      "Birthday": true,
      "BirthdayBefore": 64,
      "BirthdayAfter": 64,
      "BirthdayWithChildren": true,
      "Pos": 1,
      "PosList": 1,
      "NoPosList": 1,
      "Priority": 64,
      "Stop": true,
      "CardType": 1,
      "PriceLevel": 64,
      "PriceLevelSortUp": true,
      "PriceLevelGoodList": true,
      "PriceLevelMore": true,
      "PriceLevelAmount": true,
      "PriceLevelOffset": 64,
      "PriceLevelCountStep": 64,
      "PriceLevelOffsetCountStep": 64,
      "PriceLevelHain": true,
      "PriceLevelCountPosition": 64,
      "NoPriceLevelChequeAdd": true,
      "ChequeRuleMotivation": 1,
      "CountWorkMotivation": 1,
      "FixedDisCountChequeAdd": true,
      "FixedDisCountType": 64,
      "LimitRedeemPeriod": 64,
      "FixedLimitRedeemPeriod": 1.0,
      "ChequeLimitRedeem": true,
      "FixedLimitRedeem": 1.0,
      "OnlyForDisCount": true,
      "Tracking": true,
      "NomenclatureSpeciesList": 1,
      "NoNomenclatureSpeciesList": 1,
      "NomenclatureType": "sample string 4",
      "NomenclatureSpecies": "sample string 5",
      "RedeemRuleDisCount": true,
      "DisCountRedeemRule": true,
      "CatalogPosition": "sample string 6",
      "CatalogPositionList": 1,
      "NoCatalogPositionList": 1,
      "NoMarketList": 1,
      "Coupon": "sample string 7",
      "NoItemList": 1,
      "ProcTime": "2024-04-29T16:48:12.125616+03:00",
      "NomenclatureTypeList": 1,
      "NoNomenclatureTypeList": 1,
      "NoBonusSource": 1,
      "NoBonusSourceList": 64,
      "BonusPartner": 1,
      "BonusPartnerList": 1,
      "Campaign": 1,
      "PaymentType": 64,
      "Discount": 1.0,
      "NoPaidByBonus": true,
      "Friend": true,
      "GoodListFull": true,
      "FriendLevel": 1,
      "Size": "sample string 8",
      "Credit": true,
      "CouponRuleType": true,
      "SertRuleType_2": true,
      "GoodsCatalogPositionIdIn": 1,
      "ItemListName": "sample string 9",
      "NoItemListName": "sample string 10",
      "BonusSourceName": "sample string 11",
      "NoBonusSourceName": "sample string 12",
      "BonusSourceListName": "sample string 13",
      "NoBonusSourceListName": "sample string 14",
      "CardTypeName": "sample string 15",
      "NoCardTypeName": "sample string 16",
      "CardTypeListName": "sample string 17",
      "NoCardTypeListName": "sample string 18",
      "ClientListName": "sample string 19",
      "PartnerName": "sample string 20",
      "NoPartnerName": "sample string 21",
      "PartnerListName": "sample string 22",
      "NoPartnerListName": "sample string 23",
      "GoodListName": "sample string 24",
      "NoGoodListName": "sample string 25",
      "GoodsCatalogBrandsListName": "sample string 26",
      "NoGoodsCatalogBrandsListName": "sample string 27",
      "LevelName": "sample string 28",
      "MarketListName": "sample string 29",
      "NoMarketListName": "sample string 30",
      "PosName": "sample string 31",
      "PosListName": "sample string 32",
      "NoPosListName": "sample string 33",
      "NomenclatureSpeciesListName": "sample string 34",
      "NoNomenclatureSpeciesListSpeciesListName": "sample string 35",
      "CatalogPositionListName": "sample string 36",
      "NoCatalogPositionListName": "sample string 37",
      "NomenclatureTypeListName": "sample string 38",
      "NoNomenclatureTypeListName": "sample string 39",
      "BonusForDiscName": "sample string 40",
      "BonusForRedeemName": "sample string 41",
      "GoodsCatalogPositionIdInName": "sample string 42",
      "PurchaseCountBegDate": "2024-04-29T16:48:12.125616+03:00",
      "PurchaseCountEndDate": "2024-04-29T16:48:12.125616+03:00"
    }
  ],
  "ErrorCode": 1,
  "Message": "sample string 2"
}

application/xml, text/xml

Sample:
<ChequeRuleActionResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LCManagerPartner.Implementation.Response.ChequeResponse">
  <ErrorCode xmlns="http://schemas.datacontract.org/2004/07/LCManagerPartner.Implementation.Abstractions">1</ErrorCode>
  <Message xmlns="http://schemas.datacontract.org/2004/07/LCManagerPartner.Implementation.Abstractions">sample string 2</Message>
  <ChequeRule>1</ChequeRule>
  <Data>
    <ChequeRuleActionResponse.ChequeRuleActionDataRow>
      <ActDate>2024-04-29T16:48:12.125616+03:00</ActDate>
      <ActDays>64</ActDays>
      <Active>true</Active>
      <AmountStep>1</AmountStep>
      <BegDate>2024-04-29T16:48:12.125616+03:00</BegDate>
      <BegTime>2024-04-29T16:48:12.125616+03:00</BegTime>
      <BegWeekDay>64</BegWeekDay>
      <Birthday>true</Birthday>
      <BirthdayAfter>64</BirthdayAfter>
      <BirthdayBefore>64</BirthdayBefore>
      <BirthdayWithChildren>true</BirthdayWithChildren>
      <BonusForDisc>64</BonusForDisc>
      <BonusForDiscName>sample string 40</BonusForDiscName>
      <BonusForRedeem>64</BonusForRedeem>
      <BonusForRedeemName>sample string 41</BonusForRedeemName>
      <BonusPartner>1</BonusPartner>
      <BonusPartnerList>1</BonusPartnerList>
      <BonusSource>64</BonusSource>
      <BonusSourceList>1</BonusSourceList>
      <BonusSourceListName>sample string 13</BonusSourceListName>
      <BonusSourceName>sample string 11</BonusSourceName>
      <Campaign>1</Campaign>
      <CardType>1</CardType>
      <CardTypeList>1</CardTypeList>
      <CardTypeListName>sample string 17</CardTypeListName>
      <CardTypeName>sample string 15</CardTypeName>
      <CatalogPosition>sample string 6</CatalogPosition>
      <CatalogPositionList>1</CatalogPositionList>
      <CatalogPositionListName>sample string 36</CatalogPositionListName>
      <ChequeLimitRedeem>true</ChequeLimitRedeem>
      <ChequeRuleMotivation>1</ChequeRuleMotivation>
      <ChequeRuleSpecies>1</ChequeRuleSpecies>
      <ChequeRuleType>64</ChequeRuleType>
      <ClientList>1</ClientList>
      <ClientListName>sample string 19</ClientListName>
      <Code>sample string 3</Code>
      <CodeChequeIn>sample string 2</CodeChequeIn>
      <CountPosition>64</CountPosition>
      <CountWork>64</CountWork>
      <CountWorkMotivation>1</CountWorkMotivation>
      <CountpositiStep>64</CountpositiStep>
      <Coupon>sample string 7</Coupon>
      <CouponRuleType>true</CouponRuleType>
      <CouponSeries>1</CouponSeries>
      <Credit>true</Credit>
      <DisCountRedeemRule>true</DisCountRedeemRule>
      <DisCountRule>true</DisCountRule>
      <DiscAmountList>1</DiscAmountList>
      <Discount>1</Discount>
      <EndDate>2024-04-29T16:48:12.125616+03:00</EndDate>
      <EndTime>2024-04-29T16:48:12.125616+03:00</EndTime>
      <EndWeekDay>64</EndWeekDay>
      <ExpDate>2024-04-29T16:48:12.125616+03:00</ExpDate>
      <ExpDays>1</ExpDays>
      <FirstPurchases>64</FirstPurchases>
      <Fixed>1</Fixed>
      <FixedDisCountChequeAdd>true</FixedDisCountChequeAdd>
      <FixedDisCountType>64</FixedDisCountType>
      <FixedLimitRedeem>1</FixedLimitRedeem>
      <FixedLimitRedeemPeriod>1</FixedLimitRedeemPeriod>
      <ForCheque>true</ForCheque>
      <ForDiscAmount>true</ForDiscAmount>
      <Friend>true</Friend>
      <FriendLevel>1</FriendLevel>
      <GoodList>1</GoodList>
      <GoodListChequeIn>1</GoodListChequeIn>
      <GoodListFull>true</GoodListFull>
      <GoodListName>sample string 24</GoodListName>
      <GoodListfullChequeIn>true</GoodListfullChequeIn>
      <GoodsCatalogBrandsList>1</GoodsCatalogBrandsList>
      <GoodsCatalogBrandsListName>sample string 26</GoodsCatalogBrandsListName>
      <GoodsCatalogPositionIdIn>1</GoodsCatalogPositionIdIn>
      <GoodsCatalogPositionIdInName>sample string 42</GoodsCatalogPositionIdInName>
      <Interest>1</Interest>
      <InterestForRedeem>1</InterestForRedeem>
      <ItemList>1</ItemList>
      <ItemListName>sample string 9</ItemListName>
      <Level>1</Level>
      <LevelName>sample string 28</LevelName>
      <LimitRedeemPeriod>64</LimitRedeemPeriod>
      <MarketList>1</MarketList>
      <MarketListName>sample string 29</MarketListName>
      <MaxAge>64</MaxAge>
      <MaxSum>1</MaxSum>
      <MinAge>64</MinAge>
      <MinSum>1</MinSum>
      <Name>sample string 1</Name>
      <NoBonusSource>1</NoBonusSource>
      <NoBonusSourceList>64</NoBonusSourceList>
      <NoBonusSourceListName>sample string 14</NoBonusSourceListName>
      <NoBonusSourceName>sample string 12</NoBonusSourceName>
      <NoCardType>1</NoCardType>
      <NoCardTypeList>1</NoCardTypeList>
      <NoCardTypeListName>sample string 18</NoCardTypeListName>
      <NoCardTypeName>sample string 16</NoCardTypeName>
      <NoCatalogPositionList>1</NoCatalogPositionList>
      <NoCatalogPositionListName>sample string 37</NoCatalogPositionListName>
      <NoDiscAmountList>1</NoDiscAmountList>
      <NoFirstPurchases>64</NoFirstPurchases>
      <NoGoodList>1</NoGoodList>
      <NoGoodListName>sample string 25</NoGoodListName>
      <NoGoodsCatalogBrandsList>1</NoGoodsCatalogBrandsList>
      <NoGoodsCatalogBrandsListName>sample string 27</NoGoodsCatalogBrandsListName>
      <NoItemList>1</NoItemList>
      <NoItemListName>sample string 10</NoItemListName>
      <NoMarketList>1</NoMarketList>
      <NoMarketListName>sample string 30</NoMarketListName>
      <NoNomenclatureSpeciesList>1</NoNomenclatureSpeciesList>
      <NoNomenclatureSpeciesListSpeciesListName>sample string 35</NoNomenclatureSpeciesListSpeciesListName>
      <NoNomenclatureTypeList>1</NoNomenclatureTypeList>
      <NoNomenclatureTypeListName>sample string 39</NoNomenclatureTypeListName>
      <NoPaidByBonus>true</NoPaidByBonus>
      <NoPartner>1</NoPartner>
      <NoPartnerList>1</NoPartnerList>
      <NoPartnerListName>sample string 23</NoPartnerListName>
      <NoPartnerName>sample string 21</NoPartnerName>
      <NoPosList>1</NoPosList>
      <NoPosListName>sample string 33</NoPosListName>
      <NoPriceLevelChequeAdd>true</NoPriceLevelChequeAdd>
      <NomenclatureSpecies>sample string 5</NomenclatureSpecies>
      <NomenclatureSpeciesList>1</NomenclatureSpeciesList>
      <NomenclatureSpeciesListName>sample string 34</NomenclatureSpeciesListName>
      <NomenclatureType>sample string 4</NomenclatureType>
      <NomenclatureTypeList>1</NomenclatureTypeList>
      <NomenclatureTypeListName>sample string 38</NomenclatureTypeListName>
      <OnlyForDisCount>true</OnlyForDisCount>
      <Partner>1</Partner>
      <PartnerList>1</PartnerList>
      <PartnerListName>sample string 22</PartnerListName>
      <PartnerName>sample string 20</PartnerName>
      <PaymentType>64</PaymentType>
      <Pos>1</Pos>
      <PosList>1</PosList>
      <PosListName>sample string 32</PosListName>
      <PosName>sample string 31</PosName>
      <PriceLevel>64</PriceLevel>
      <PriceLevelAmount>true</PriceLevelAmount>
      <PriceLevelCountPosition>64</PriceLevelCountPosition>
      <PriceLevelCountStep>64</PriceLevelCountStep>
      <PriceLevelGoodList>true</PriceLevelGoodList>
      <PriceLevelHain>true</PriceLevelHain>
      <PriceLevelMore>true</PriceLevelMore>
      <PriceLevelOffset>64</PriceLevelOffset>
      <PriceLevelOffsetCountStep>64</PriceLevelOffsetCountStep>
      <PriceLevelSortUp>true</PriceLevelSortUp>
      <Priority>64</Priority>
      <ProcTime>2024-04-29T16:48:12.125616+03:00</ProcTime>
      <PurchaseCount>64</PurchaseCount>
      <PurchaseCountBegDate>2024-04-29T16:48:12.125616+03:00</PurchaseCountBegDate>
      <PurchaseCountEndDate>2024-04-29T16:48:12.125616+03:00</PurchaseCountEndDate>
      <PurchaseCountStep>64</PurchaseCountStep>
      <QuantityChequeIn>1</QuantityChequeIn>
      <QuantityNumber>64</QuantityNumber>
      <QuantityStep>64</QuantityStep>
      <RedeemRule>true</RedeemRule>
      <RedeemRuleDisCount>true</RedeemRuleDisCount>
      <SertCardSeries>1</SertCardSeries>
      <SertRuleType>true</SertRuleType>
      <SertRuleType_2>true</SertRuleType_2>
      <Size>sample string 8</Size>
      <Stop>true</Stop>
      <Tracking>true</Tracking>
    </ChequeRuleActionResponse.ChequeRuleActionDataRow>
    <ChequeRuleActionResponse.ChequeRuleActionDataRow>
      <ActDate>2024-04-29T16:48:12.125616+03:00</ActDate>
      <ActDays>64</ActDays>
      <Active>true</Active>
      <AmountStep>1</AmountStep>
      <BegDate>2024-04-29T16:48:12.125616+03:00</BegDate>
      <BegTime>2024-04-29T16:48:12.125616+03:00</BegTime>
      <BegWeekDay>64</BegWeekDay>
      <Birthday>true</Birthday>
      <BirthdayAfter>64</BirthdayAfter>
      <BirthdayBefore>64</BirthdayBefore>
      <BirthdayWithChildren>true</BirthdayWithChildren>
      <BonusForDisc>64</BonusForDisc>
      <BonusForDiscName>sample string 40</BonusForDiscName>
      <BonusForRedeem>64</BonusForRedeem>
      <BonusForRedeemName>sample string 41</BonusForRedeemName>
      <BonusPartner>1</BonusPartner>
      <BonusPartnerList>1</BonusPartnerList>
      <BonusSource>64</BonusSource>
      <BonusSourceList>1</BonusSourceList>
      <BonusSourceListName>sample string 13</BonusSourceListName>
      <BonusSourceName>sample string 11</BonusSourceName>
      <Campaign>1</Campaign>
      <CardType>1</CardType>
      <CardTypeList>1</CardTypeList>
      <CardTypeListName>sample string 17</CardTypeListName>
      <CardTypeName>sample string 15</CardTypeName>
      <CatalogPosition>sample string 6</CatalogPosition>
      <CatalogPositionList>1</CatalogPositionList>
      <CatalogPositionListName>sample string 36</CatalogPositionListName>
      <ChequeLimitRedeem>true</ChequeLimitRedeem>
      <ChequeRuleMotivation>1</ChequeRuleMotivation>
      <ChequeRuleSpecies>1</ChequeRuleSpecies>
      <ChequeRuleType>64</ChequeRuleType>
      <ClientList>1</ClientList>
      <ClientListName>sample string 19</ClientListName>
      <Code>sample string 3</Code>
      <CodeChequeIn>sample string 2</CodeChequeIn>
      <CountPosition>64</CountPosition>
      <CountWork>64</CountWork>
      <CountWorkMotivation>1</CountWorkMotivation>
      <CountpositiStep>64</CountpositiStep>
      <Coupon>sample string 7</Coupon>
      <CouponRuleType>true</CouponRuleType>
      <CouponSeries>1</CouponSeries>
      <Credit>true</Credit>
      <DisCountRedeemRule>true</DisCountRedeemRule>
      <DisCountRule>true</DisCountRule>
      <DiscAmountList>1</DiscAmountList>
      <Discount>1</Discount>
      <EndDate>2024-04-29T16:48:12.125616+03:00</EndDate>
      <EndTime>2024-04-29T16:48:12.125616+03:00</EndTime>
      <EndWeekDay>64</EndWeekDay>
      <ExpDate>2024-04-29T16:48:12.125616+03:00</ExpDate>
      <ExpDays>1</ExpDays>
      <FirstPurchases>64</FirstPurchases>
      <Fixed>1</Fixed>
      <FixedDisCountChequeAdd>true</FixedDisCountChequeAdd>
      <FixedDisCountType>64</FixedDisCountType>
      <FixedLimitRedeem>1</FixedLimitRedeem>
      <FixedLimitRedeemPeriod>1</FixedLimitRedeemPeriod>
      <ForCheque>true</ForCheque>
      <ForDiscAmount>true</ForDiscAmount>
      <Friend>true</Friend>
      <FriendLevel>1</FriendLevel>
      <GoodList>1</GoodList>
      <GoodListChequeIn>1</GoodListChequeIn>
      <GoodListFull>true</GoodListFull>
      <GoodListName>sample string 24</GoodListName>
      <GoodListfullChequeIn>true</GoodListfullChequeIn>
      <GoodsCatalogBrandsList>1</GoodsCatalogBrandsList>
      <GoodsCatalogBrandsListName>sample string 26</GoodsCatalogBrandsListName>
      <GoodsCatalogPositionIdIn>1</GoodsCatalogPositionIdIn>
      <GoodsCatalogPositionIdInName>sample string 42</GoodsCatalogPositionIdInName>
      <Interest>1</Interest>
      <InterestForRedeem>1</InterestForRedeem>
      <ItemList>1</ItemList>
      <ItemListName>sample string 9</ItemListName>
      <Level>1</Level>
      <LevelName>sample string 28</LevelName>
      <LimitRedeemPeriod>64</LimitRedeemPeriod>
      <MarketList>1</MarketList>
      <MarketListName>sample string 29</MarketListName>
      <MaxAge>64</MaxAge>
      <MaxSum>1</MaxSum>
      <MinAge>64</MinAge>
      <MinSum>1</MinSum>
      <Name>sample string 1</Name>
      <NoBonusSource>1</NoBonusSource>
      <NoBonusSourceList>64</NoBonusSourceList>
      <NoBonusSourceListName>sample string 14</NoBonusSourceListName>
      <NoBonusSourceName>sample string 12</NoBonusSourceName>
      <NoCardType>1</NoCardType>
      <NoCardTypeList>1</NoCardTypeList>
      <NoCardTypeListName>sample string 18</NoCardTypeListName>
      <NoCardTypeName>sample string 16</NoCardTypeName>
      <NoCatalogPositionList>1</NoCatalogPositionList>
      <NoCatalogPositionListName>sample string 37</NoCatalogPositionListName>
      <NoDiscAmountList>1</NoDiscAmountList>
      <NoFirstPurchases>64</NoFirstPurchases>
      <NoGoodList>1</NoGoodList>
      <NoGoodListName>sample string 25</NoGoodListName>
      <NoGoodsCatalogBrandsList>1</NoGoodsCatalogBrandsList>
      <NoGoodsCatalogBrandsListName>sample string 27</NoGoodsCatalogBrandsListName>
      <NoItemList>1</NoItemList>
      <NoItemListName>sample string 10</NoItemListName>
      <NoMarketList>1</NoMarketList>
      <NoMarketListName>sample string 30</NoMarketListName>
      <NoNomenclatureSpeciesList>1</NoNomenclatureSpeciesList>
      <NoNomenclatureSpeciesListSpeciesListName>sample string 35</NoNomenclatureSpeciesListSpeciesListName>
      <NoNomenclatureTypeList>1</NoNomenclatureTypeList>
      <NoNomenclatureTypeListName>sample string 39</NoNomenclatureTypeListName>
      <NoPaidByBonus>true</NoPaidByBonus>
      <NoPartner>1</NoPartner>
      <NoPartnerList>1</NoPartnerList>
      <NoPartnerListName>sample string 23</NoPartnerListName>
      <NoPartnerName>sample string 21</NoPartnerName>
      <NoPosList>1</NoPosList>
      <NoPosListName>sample string 33</NoPosListName>
      <NoPriceLevelChequeAdd>true</NoPriceLevelChequeAdd>
      <NomenclatureSpecies>sample string 5</NomenclatureSpecies>
      <NomenclatureSpeciesList>1</NomenclatureSpeciesList>
      <NomenclatureSpeciesListName>sample string 34</NomenclatureSpeciesListName>
      <NomenclatureType>sample string 4</NomenclatureType>
      <NomenclatureTypeList>1</NomenclatureTypeList>
      <NomenclatureTypeListName>sample string 38</NomenclatureTypeListName>
      <OnlyForDisCount>true</OnlyForDisCount>
      <Partner>1</Partner>
      <PartnerList>1</PartnerList>
      <PartnerListName>sample string 22</PartnerListName>
      <PartnerName>sample string 20</PartnerName>
      <PaymentType>64</PaymentType>
      <Pos>1</Pos>
      <PosList>1</PosList>
      <PosListName>sample string 32</PosListName>
      <PosName>sample string 31</PosName>
      <PriceLevel>64</PriceLevel>
      <PriceLevelAmount>true</PriceLevelAmount>
      <PriceLevelCountPosition>64</PriceLevelCountPosition>
      <PriceLevelCountStep>64</PriceLevelCountStep>
      <PriceLevelGoodList>true</PriceLevelGoodList>
      <PriceLevelHain>true</PriceLevelHain>
      <PriceLevelMore>true</PriceLevelMore>
      <PriceLevelOffset>64</PriceLevelOffset>
      <PriceLevelOffsetCountStep>64</PriceLevelOffsetCountStep>
      <PriceLevelSortUp>true</PriceLevelSortUp>
      <Priority>64</Priority>
      <ProcTime>2024-04-29T16:48:12.125616+03:00</ProcTime>
      <PurchaseCount>64</PurchaseCount>
      <PurchaseCountBegDate>2024-04-29T16:48:12.125616+03:00</PurchaseCountBegDate>
      <PurchaseCountEndDate>2024-04-29T16:48:12.125616+03:00</PurchaseCountEndDate>
      <PurchaseCountStep>64</PurchaseCountStep>
      <QuantityChequeIn>1</QuantityChequeIn>
      <QuantityNumber>64</QuantityNumber>
      <QuantityStep>64</QuantityStep>
      <RedeemRule>true</RedeemRule>
      <RedeemRuleDisCount>true</RedeemRuleDisCount>
      <SertCardSeries>1</SertCardSeries>
      <SertRuleType>true</SertRuleType>
      <SertRuleType_2>true</SertRuleType_2>
      <Size>sample string 8</Size>
      <Stop>true</Stop>
      <Tracking>true</Tracking>
    </ChequeRuleActionResponse.ChequeRuleActionDataRow>
  </Data>
</ChequeRuleActionResponse>