POST api/GiftCertificate

Request Information

URI Parameters

None.

Body Parameters

SaveCertificateRequest
NameDescriptionTypeAdditional information
Certificate

Сертификат

Certificate

None.

IsSubsidies

Признак того, что используется схема дотаций

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Certificate": {
    "Id": 1,
    "Number": "sample string 2",
    "StartDate": {
      "Serialized": "01.01.1970",
      "HasValue": true,
      "Milliseconds": 3,
      "Format": "sample string 4"
    },
    "EndDate": {
      "Serialized": "01.01.1970",
      "HasValue": true,
      "Milliseconds": 3,
      "Format": "sample string 4"
    },
    "IssueDate": {
      "Serialized": "01.01.1970",
      "HasValue": true,
      "Milliseconds": 3,
      "Format": "sample string 4"
    },
    "ClientId": 1,
    "PartnerId": 1,
    "PartnerLegalId": 1,
    "ClientName": "sample string 3",
    "PartnerName": "sample string 4",
    "PartnerLegalName": "sample string 5",
    "Sum": 6.1,
    "AvailableSum": 7.1,
    "IsUsed": true,
    "NotUsedSum": 9.1,
    "CurrencyId": 10,
    "CurrencyName": "sample string 11",
    "CurrencyIso": "sample string 12",
    "IsPayed": true,
    "Type": 14,
    "OwnerLegalEntityId": 15,
    "OwnerLegalEntityName": "sample string 16",
    "PaymentId": 1,
    "Buyer": "sample string 3",
    "CreateDate": {
      "Serialized": "01.01.1970",
      "HasValue": true,
      "Milliseconds": 3,
      "Format": "sample string 4"
    },
    "CreatorId": 18,
    "CreatorName": "sample string 19",
    "Comment": "sample string 20",
    "OwnerName": "sample string 21",
    "OwnerId": 1,
    "ParentId": 1,
    "ParentNumber": "sample string 22",
    "OwnerUserId": 1,
    "OwnerUserName": "sample string 23",
    "OwnerUserCode": "sample string 24",
    "Balance": 25.1,
    "UsersSum": 26.1,
    "AgreementsSum": 27.1
  },
  "IsSubsidies": true
}

application/xml, text/xml

Sample:
<SaveCertificateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Certificates">
  <Certificate>
    <AgreementsSum>27.1</AgreementsSum>
    <AvailableSum>7.1</AvailableSum>
    <Balance>25.1</Balance>
    <Buyer>sample string 3</Buyer>
    <ClientId>1</ClientId>
    <ClientName>sample string 3</ClientName>
    <Comment>sample string 20</Comment>
    <CreateDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
      <d3p1:_format>sample string 4</d3p1:_format>
      <d3p1:_serialized>01.01.1970</d3p1:_serialized>
      <d3p1:_value>1970-01-01T03:00:00.003+03:00</d3p1:_value>
    </CreateDate>
    <CreatorId>18</CreatorId>
    <CreatorName>sample string 19</CreatorName>
    <CurrencyId>10</CurrencyId>
    <CurrencyIso>sample string 12</CurrencyIso>
    <CurrencyName>sample string 11</CurrencyName>
    <EndDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
      <d3p1:_format>sample string 4</d3p1:_format>
      <d3p1:_serialized>01.01.1970</d3p1:_serialized>
      <d3p1:_value>1970-01-01T03:00:00.003+03:00</d3p1:_value>
    </EndDate>
    <Id>1</Id>
    <IsPayed>true</IsPayed>
    <IsUsed>true</IsUsed>
    <IssueDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
      <d3p1:_format>sample string 4</d3p1:_format>
      <d3p1:_serialized>01.01.1970</d3p1:_serialized>
      <d3p1:_value>1970-01-01T03:00:00.003+03:00</d3p1:_value>
    </IssueDate>
    <NotUsedSum>9.1</NotUsedSum>
    <Number>sample string 2</Number>
    <OwnerId>1</OwnerId>
    <OwnerLegalEntityId>15</OwnerLegalEntityId>
    <OwnerLegalEntityName>sample string 16</OwnerLegalEntityName>
    <OwnerName>sample string 21</OwnerName>
    <OwnerUserCode>sample string 24</OwnerUserCode>
    <OwnerUserId>1</OwnerUserId>
    <OwnerUserName>sample string 23</OwnerUserName>
    <ParentId>1</ParentId>
    <ParentNumber>sample string 22</ParentNumber>
    <PartnerId>1</PartnerId>
    <PartnerLegalId>1</PartnerLegalId>
    <PartnerLegalName>sample string 5</PartnerLegalName>
    <PartnerName>sample string 4</PartnerName>
    <PaymentId>1</PaymentId>
    <StartDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
      <d3p1:_format>sample string 4</d3p1:_format>
      <d3p1:_serialized>01.01.1970</d3p1:_serialized>
      <d3p1:_value>1970-01-01T03:00:00.003+03:00</d3p1:_value>
    </StartDate>
    <Sum>6.1</Sum>
    <Type>14</Type>
    <UsersSum>26.1</UsersSum>
  </Certificate>
  <IsSubsidies>true</IsSubsidies>
</SaveCertificateRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SaveCertificateRequest'.

Response Information

Resource Description

CertificateResponse
NameDescriptionTypeAdditional information
Certificate

Certificate

None.

PaymentData

PaymentItem

None.

Reports

Collection of ReportsItem

None.

ResultQueryInfo

Сообщения

ResultQueryInfoContainer

None.

Response Formats

application/json, text/json

Sample:
{
  "Certificate": {
    "Id": 1,
    "Number": "sample string 2",
    "StartDate": {
      "Serialized": "01.01.1970",
      "HasValue": true,
      "Milliseconds": 3,
      "Format": "sample string 4"
    },
    "EndDate": {
      "Serialized": "01.01.1970",
      "HasValue": true,
      "Milliseconds": 3,
      "Format": "sample string 4"
    },
    "IssueDate": {
      "Serialized": "01.01.1970",
      "HasValue": true,
      "Milliseconds": 3,
      "Format": "sample string 4"
    },
    "ClientId": 1,
    "PartnerId": 1,
    "PartnerLegalId": 1,
    "ClientName": "sample string 3",
    "PartnerName": "sample string 4",
    "PartnerLegalName": "sample string 5",
    "Sum": 6.1,
    "AvailableSum": 7.1,
    "IsUsed": true,
    "NotUsedSum": 9.1,
    "CurrencyId": 10,
    "CurrencyName": "sample string 11",
    "CurrencyIso": "sample string 12",
    "IsPayed": true,
    "Type": 14,
    "OwnerLegalEntityId": 15,
    "OwnerLegalEntityName": "sample string 16",
    "PaymentId": 1,
    "Buyer": "sample string 3",
    "CreateDate": {
      "Serialized": "01.01.1970",
      "HasValue": true,
      "Milliseconds": 3,
      "Format": "sample string 4"
    },
    "CreatorId": 18,
    "CreatorName": "sample string 19",
    "Comment": "sample string 20",
    "OwnerName": "sample string 21",
    "OwnerId": 1,
    "ParentId": 1,
    "ParentNumber": "sample string 22",
    "OwnerUserId": 1,
    "OwnerUserName": "sample string 23",
    "OwnerUserCode": "sample string 24",
    "Balance": 25.1,
    "UsersSum": 26.1,
    "AgreementsSum": 27.1
  },
  "PaymentData": {
    "PartnerLegalEntityId": 1,
    "PartnerLegalEntityName": "sample string 1",
    "Direction": 0,
    "RegularPaymentId": 1,
    "RegularPaymentName": "sample string 2",
    "DiscountCardId": 1,
    "CashId": 1,
    "ClientDebt": 3.1,
    "ClientPrice": 4.1,
    "CashName": "sample string 5",
    "PaymentAccountId": 1,
    "SubAgentCashId": 1,
    "SubAgentPaymentAccountId": 1,
    "SubAgentPaymentOperationId": 1,
    "SubAgentPaymentTypeId": 1,
    "PaymentAccountName": "sample string 6",
    "TargetPrice": 7.1,
    "TargetCurrencyId": 8,
    "PaymentDetails": [
      {
        "Code": "sample string 1",
        "Spread": 2.0,
        "Course": 3.0,
        "Comment": "sample string 4",
        "CarryOverOfFunds": "sample string 5",
        "ClientPrice": 6.1,
        "ClientDebt": 7.1,
        "Date": {
          "Serialized": "01.01.1970",
          "HasValue": true,
          "Milliseconds": 3,
          "Format": "sample string 4"
        },
        "OrderPrices": [
          {
            "OperatorId": 1,
            "OperatorName": "sample string 2",
            "CurrencyId": 3,
            "RequestId": 4,
            "RequestCode": "sample string 5",
            "OrderPrice": 6.1,
            "OrderDebt": 7.1,
            "CourseToAgreement": 8.1,
            "Spread": 9.1,
            "Course": 10.1
          },
          {
            "OperatorId": 1,
            "OperatorName": "sample string 2",
            "CurrencyId": 3,
            "RequestId": 4,
            "RequestCode": "sample string 5",
            "OrderPrice": 6.1,
            "OrderDebt": 7.1,
            "CourseToAgreement": 8.1,
            "Spread": 9.1,
            "Course": 10.1
          }
        ],
        "Debt": 8.1,
        "TargetCurrencyId": 9,
        "TargetPrice": 10.1,
        "CertificateId": 1,
        "CertificateNumber": "sample string 11"
      },
      {
        "Code": "sample string 1",
        "Spread": 2.0,
        "Course": 3.0,
        "Comment": "sample string 4",
        "CarryOverOfFunds": "sample string 5",
        "ClientPrice": 6.1,
        "ClientDebt": 7.1,
        "Date": {
          "Serialized": "01.01.1970",
          "HasValue": true,
          "Milliseconds": 3,
          "Format": "sample string 4"
        },
        "OrderPrices": [
          {
            "OperatorId": 1,
            "OperatorName": "sample string 2",
            "CurrencyId": 3,
            "RequestId": 4,
            "RequestCode": "sample string 5",
            "OrderPrice": 6.1,
            "OrderDebt": 7.1,
            "CourseToAgreement": 8.1,
            "Spread": 9.1,
            "Course": 10.1
          },
          {
            "OperatorId": 1,
            "OperatorName": "sample string 2",
            "CurrencyId": 3,
            "RequestId": 4,
            "RequestCode": "sample string 5",
            "OrderPrice": 6.1,
            "OrderDebt": 7.1,
            "CourseToAgreement": 8.1,
            "Spread": 9.1,
            "Course": 10.1
          }
        ],
        "Debt": 8.1,
        "TargetCurrencyId": 9,
        "TargetPrice": 10.1,
        "CertificateId": 1,
        "CertificateNumber": "sample string 11"
      }
    ],
    "RegularPayments": [
      {
        "RegularPaymentId": 1,
        "RegularPaymentName": "sample string 2",
        "Spread": 3.0,
        "Comment": "sample string 4",
        "PaymentDetails": [
          {
            "Code": "sample string 1",
            "Spread": 2.0,
            "Course": 3.0,
            "Comment": "sample string 4",
            "CarryOverOfFunds": "sample string 5",
            "ClientPrice": 6.1,
            "ClientDebt": 7.1,
            "Date": {
              "Serialized": "01.01.1970",
              "HasValue": true,
              "Milliseconds": 3,
              "Format": "sample string 4"
            },
            "OrderPrices": [
              {
                "OperatorId": 1,
                "OperatorName": "sample string 2",
                "CurrencyId": 3,
                "RequestId": 4,
                "RequestCode": "sample string 5",
                "OrderPrice": 6.1,
                "OrderDebt": 7.1,
                "CourseToAgreement": 8.1,
                "Spread": 9.1,
                "Course": 10.1
              },
              {
                "OperatorId": 1,
                "OperatorName": "sample string 2",
                "CurrencyId": 3,
                "RequestId": 4,
                "RequestCode": "sample string 5",
                "OrderPrice": 6.1,
                "OrderDebt": 7.1,
                "CourseToAgreement": 8.1,
                "Spread": 9.1,
                "Course": 10.1
              }
            ],
            "Debt": 8.1,
            "TargetCurrencyId": 9,
            "TargetPrice": 10.1,
            "CertificateId": 1,
            "CertificateNumber": "sample string 11"
          },
          {
            "Code": "sample string 1",
            "Spread": 2.0,
            "Course": 3.0,
            "Comment": "sample string 4",
            "CarryOverOfFunds": "sample string 5",
            "ClientPrice": 6.1,
            "ClientDebt": 7.1,
            "Date": {
              "Serialized": "01.01.1970",
              "HasValue": true,
              "Milliseconds": 3,
              "Format": "sample string 4"
            },
            "OrderPrices": [
              {
                "OperatorId": 1,
                "OperatorName": "sample string 2",
                "CurrencyId": 3,
                "RequestId": 4,
                "RequestCode": "sample string 5",
                "OrderPrice": 6.1,
                "OrderDebt": 7.1,
                "CourseToAgreement": 8.1,
                "Spread": 9.1,
                "Course": 10.1
              },
              {
                "OperatorId": 1,
                "OperatorName": "sample string 2",
                "CurrencyId": 3,
                "RequestId": 4,
                "RequestCode": "sample string 5",
                "OrderPrice": 6.1,
                "OrderDebt": 7.1,
                "CourseToAgreement": 8.1,
                "Spread": 9.1,
                "Course": 10.1
              }
            ],
            "Debt": 8.1,
            "TargetCurrencyId": 9,
            "TargetPrice": 10.1,
            "CertificateId": 1,
            "CertificateNumber": "sample string 11"
          }
        ]
      },
      {
        "RegularPaymentId": 1,
        "RegularPaymentName": "sample string 2",
        "Spread": 3.0,
        "Comment": "sample string 4",
        "PaymentDetails": [
          {
            "Code": "sample string 1",
            "Spread": 2.0,
            "Course": 3.0,
            "Comment": "sample string 4",
            "CarryOverOfFunds": "sample string 5",
            "ClientPrice": 6.1,
            "ClientDebt": 7.1,
            "Date": {
              "Serialized": "01.01.1970",
              "HasValue": true,
              "Milliseconds": 3,
              "Format": "sample string 4"
            },
            "OrderPrices": [
              {
                "OperatorId": 1,
                "OperatorName": "sample string 2",
                "CurrencyId": 3,
                "RequestId": 4,
                "RequestCode": "sample string 5",
                "OrderPrice": 6.1,
                "OrderDebt": 7.1,
                "CourseToAgreement": 8.1,
                "Spread": 9.1,
                "Course": 10.1
              },
              {
                "OperatorId": 1,
                "OperatorName": "sample string 2",
                "CurrencyId": 3,
                "RequestId": 4,
                "RequestCode": "sample string 5",
                "OrderPrice": 6.1,
                "OrderDebt": 7.1,
                "CourseToAgreement": 8.1,
                "Spread": 9.1,
                "Course": 10.1
              }
            ],
            "Debt": 8.1,
            "TargetCurrencyId": 9,
            "TargetPrice": 10.1,
            "CertificateId": 1,
            "CertificateNumber": "sample string 11"
          },
          {
            "Code": "sample string 1",
            "Spread": 2.0,
            "Course": 3.0,
            "Comment": "sample string 4",
            "CarryOverOfFunds": "sample string 5",
            "ClientPrice": 6.1,
            "ClientDebt": 7.1,
            "Date": {
              "Serialized": "01.01.1970",
              "HasValue": true,
              "Milliseconds": 3,
              "Format": "sample string 4"
            },
            "OrderPrices": [
              {
                "OperatorId": 1,
                "OperatorName": "sample string 2",
                "CurrencyId": 3,
                "RequestId": 4,
                "RequestCode": "sample string 5",
                "OrderPrice": 6.1,
                "OrderDebt": 7.1,
                "CourseToAgreement": 8.1,
                "Spread": 9.1,
                "Course": 10.1
              },
              {
                "OperatorId": 1,
                "OperatorName": "sample string 2",
                "CurrencyId": 3,
                "RequestId": 4,
                "RequestCode": "sample string 5",
                "OrderPrice": 6.1,
                "OrderDebt": 7.1,
                "CourseToAgreement": 8.1,
                "Spread": 9.1,
                "Course": 10.1
              }
            ],
            "Debt": 8.1,
            "TargetCurrencyId": 9,
            "TargetPrice": 10.1,
            "CertificateId": 1,
            "CertificateNumber": "sample string 11"
          }
        ]
      }
    ],
    "FiskalDocuments": [
      {
        "Id": 1,
        "PaymentId": 1,
        "HoldId": 1,
        "OnlineCashId": 2,
        "OnlineCashName": "sample string 3",
        "ExternalOperationId": "sample string 4",
        "DocumentTypeId": 5,
        "OperationTypeId": 6,
        "BillProvideTypeId": 7,
        "ResultTypeId": 8,
        "Sum": 9.0,
        "Created": "2024-05-19T19:38:33.917806+03:00",
        "ShiftNumber": "sample string 11",
        "FiskalNumber": "sample string 12",
        "DocumentInShiftNumber": "sample string 13",
        "FiskalDocumentDateTime": "2024-05-19T19:38:33.917806+03:00"
      },
      {
        "Id": 1,
        "PaymentId": 1,
        "HoldId": 1,
        "OnlineCashId": 2,
        "OnlineCashName": "sample string 3",
        "ExternalOperationId": "sample string 4",
        "DocumentTypeId": 5,
        "OperationTypeId": 6,
        "BillProvideTypeId": 7,
        "ResultTypeId": 8,
        "Sum": 9.0,
        "Created": "2024-05-19T19:38:33.917806+03:00",
        "ShiftNumber": "sample string 11",
        "FiskalNumber": "sample string 12",
        "DocumentInShiftNumber": "sample string 13",
        "FiskalDocumentDateTime": "2024-05-19T19:38:33.917806+03:00"
      }
    ],
    "CertificateId": 1,
    "CertificateNumber": "sample string 9",
    "PaymentMethodId": 1,
    "ContragentSubType": "None",
    "ContragentType": "ALL",
    "ContragentName": "sample string 10",
    "ContragentID": 11,
    "PaymentDate": {
      "Serialized": "01.01.1970",
      "HasValue": true,
      "Milliseconds": 3,
      "Format": "sample string 4"
    },
    "CreateDate": {
      "Serialized": "01.01.1970",
      "HasValue": true,
      "Milliseconds": 3,
      "Format": "sample string 4"
    },
    "ChangeDate": {
      "Serialized": "01.01.1970",
      "HasValue": true,
      "Milliseconds": 3,
      "Format": "sample string 4"
    },
    "Manager": "sample string 12",
    "PaySystemType": "sample string 13",
    "PaySystemDocumentNumber": "sample string 14",
    "Sum": 15.1,
    "SumVat": 1.1,
    "Course": 1.1,
    "Currency": "sample string 16",
    "CurrencyId": 17,
    "DocumentNumber": "sample string 18",
    "AccountNumber": "sample string 19",
    "PaymentFor": "sample string 20",
    "PaymentType": "sample string 21",
    "PaymentTypeId": 22,
    "AgreementCode": "sample string 23",
    "Comment": "sample string 24",
    "RequestNumbers": [
      "sample string 1",
      "sample string 2"
    ],
    "PaymentOperationID": 25,
    "PaymentContragent": "sample string 26",
    "ID": 29,
    "DetailId": 28,
    "Id": 29,
    "Receipment": "sample string 30",
    "ReceipmentInn": "sample string 31",
    "ReceipmentKpp": "sample string 32",
    "Payer": "sample string 33",
    "PayerInn": "sample string 34",
    "PayerKpp": "sample string 35",
    "ContractorTypeName": "",
    "BankCommission": 36.1,
    "DirectionName": "приход",
    "RateArticleName": "sample string 37",
    "PaymentOperationName": "sample string 38",
    "CreditKindOfPayId": 1,
    "CreditKindOfPayName": "sample string 39",
    "DebitKindOfPayId": 1,
    "RateArticleId": 1,
    "Debt": 40.1,
    "DebitKindOfPayName": "sample string 41",
    "UnusedSum": 42.1,
    "AgreementCost": 43.1,
    "AgreementDept": 44.1,
    "SumInAgreementCurrency": 45.1,
    "AgreementCurrency": "sample string 46",
    "SumInPaymentCurrency": 47.1,
    "AgreementCurrencyId": 48
  },
  "Reports": [
    {
      "Title": "sample string 1",
      "Name": "sample string 2",
      "Id": 3,
      "WebReportId": 4,
      "TemplateId": "73d093ef-ddfc-4f97-b32f-ea899ab5596e",
      "ReportFormat": "sample string 6",
      "NeedSelectedData": [
        "sample string 1",
        "sample string 2"
      ],
      "NeedScreenFilter": true,
      "Url": "sample string 8",
      "IsAvailableForTourist": true,
      "IsNeedSignedDocument": true,
      "IsShowPrivateCabinet": true
    },
    {
      "Title": "sample string 1",
      "Name": "sample string 2",
      "Id": 3,
      "WebReportId": 4,
      "TemplateId": "73d093ef-ddfc-4f97-b32f-ea899ab5596e",
      "ReportFormat": "sample string 6",
      "NeedSelectedData": [
        "sample string 1",
        "sample string 2"
      ],
      "NeedScreenFilter": true,
      "Url": "sample string 8",
      "IsAvailableForTourist": true,
      "IsNeedSignedDocument": true,
      "IsShowPrivateCabinet": true
    }
  ],
  "RedirectUrl": "sample string 1",
  "ResultQueryInfo": {
    "ResultsCount": 1,
    "HasError": false,
    "Info": [],
    "CacheStorageTimeEnd": true,
    "RefreshPeriod": 0,
    "DelFromCacheDateTime": "2024-05-19T19:38:33.917806+03:00",
    "UserMessages": "",
    "UserMessagesHtml": ""
  }
}

application/xml, text/xml

Sample:
<CertificateResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Certificates">
  <RedirectUrl xmlns="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">sample string 1</RedirectUrl>
  <ResultQueryInfo xmlns="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
    <_x003C_DelFromCacheDateTime_x003E_k__BackingField>2024-05-19T19:38:33.917806+03:00</_x003C_DelFromCacheDateTime_x003E_k__BackingField>
    <_x003C_ResultsCount_x003E_k__BackingField>1</_x003C_ResultsCount_x003E_k__BackingField>
    <info />
  </ResultQueryInfo>
  <Certificate>
    <AgreementsSum>27.1</AgreementsSum>
    <AvailableSum>7.1</AvailableSum>
    <Balance>25.1</Balance>
    <Buyer>sample string 3</Buyer>
    <ClientId>1</ClientId>
    <ClientName>sample string 3</ClientName>
    <Comment>sample string 20</Comment>
    <CreateDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
      <d3p1:_format>sample string 4</d3p1:_format>
      <d3p1:_serialized>01.01.1970</d3p1:_serialized>
      <d3p1:_value>1970-01-01T03:00:00.003+03:00</d3p1:_value>
    </CreateDate>
    <CreatorId>18</CreatorId>
    <CreatorName>sample string 19</CreatorName>
    <CurrencyId>10</CurrencyId>
    <CurrencyIso>sample string 12</CurrencyIso>
    <CurrencyName>sample string 11</CurrencyName>
    <EndDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
      <d3p1:_format>sample string 4</d3p1:_format>
      <d3p1:_serialized>01.01.1970</d3p1:_serialized>
      <d3p1:_value>1970-01-01T03:00:00.003+03:00</d3p1:_value>
    </EndDate>
    <Id>1</Id>
    <IsPayed>true</IsPayed>
    <IsUsed>true</IsUsed>
    <IssueDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
      <d3p1:_format>sample string 4</d3p1:_format>
      <d3p1:_serialized>01.01.1970</d3p1:_serialized>
      <d3p1:_value>1970-01-01T03:00:00.003+03:00</d3p1:_value>
    </IssueDate>
    <NotUsedSum>9.1</NotUsedSum>
    <Number>sample string 2</Number>
    <OwnerId>1</OwnerId>
    <OwnerLegalEntityId>15</OwnerLegalEntityId>
    <OwnerLegalEntityName>sample string 16</OwnerLegalEntityName>
    <OwnerName>sample string 21</OwnerName>
    <OwnerUserCode>sample string 24</OwnerUserCode>
    <OwnerUserId>1</OwnerUserId>
    <OwnerUserName>sample string 23</OwnerUserName>
    <ParentId>1</ParentId>
    <ParentNumber>sample string 22</ParentNumber>
    <PartnerId>1</PartnerId>
    <PartnerLegalId>1</PartnerLegalId>
    <PartnerLegalName>sample string 5</PartnerLegalName>
    <PartnerName>sample string 4</PartnerName>
    <PaymentId>1</PaymentId>
    <StartDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
      <d3p1:_format>sample string 4</d3p1:_format>
      <d3p1:_serialized>01.01.1970</d3p1:_serialized>
      <d3p1:_value>1970-01-01T03:00:00.003+03:00</d3p1:_value>
    </StartDate>
    <Sum>6.1</Sum>
    <Type>14</Type>
    <UsersSum>26.1</UsersSum>
  </Certificate>
  <PaymentData xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Payment.Contract">
    <d2p1:_x003C_AccountNumber_x003E_k__BackingField>sample string 19</d2p1:_x003C_AccountNumber_x003E_k__BackingField>
    <d2p1:_x003C_AgreementCode_x003E_k__BackingField>sample string 23</d2p1:_x003C_AgreementCode_x003E_k__BackingField>
    <d2p1:_x003C_AgreementCost_x003E_k__BackingField>43.1</d2p1:_x003C_AgreementCost_x003E_k__BackingField>
    <d2p1:_x003C_AgreementCurrencyId_x003E_k__BackingField>48</d2p1:_x003C_AgreementCurrencyId_x003E_k__BackingField>
    <d2p1:_x003C_AgreementCurrency_x003E_k__BackingField>sample string 46</d2p1:_x003C_AgreementCurrency_x003E_k__BackingField>
    <d2p1:_x003C_AgreementDept_x003E_k__BackingField>44.1</d2p1:_x003C_AgreementDept_x003E_k__BackingField>
    <d2p1:_x003C_BankCommission_x003E_k__BackingField>36.1</d2p1:_x003C_BankCommission_x003E_k__BackingField>
    <d2p1:_x003C_ChangeDate_x003E_k__BackingField xmlns:d3p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
      <d3p1:_format>sample string 4</d3p1:_format>
      <d3p1:_serialized>01.01.1970</d3p1:_serialized>
      <d3p1:_value>1970-01-01T03:00:00.003+03:00</d3p1:_value>
    </d2p1:_x003C_ChangeDate_x003E_k__BackingField>
    <d2p1:_x003C_Comment_x003E_k__BackingField>sample string 24</d2p1:_x003C_Comment_x003E_k__BackingField>
    <d2p1:_x003C_ContragentID_x003E_k__BackingField>11</d2p1:_x003C_ContragentID_x003E_k__BackingField>
    <d2p1:_x003C_ContragentName_x003E_k__BackingField>sample string 10</d2p1:_x003C_ContragentName_x003E_k__BackingField>
    <d2p1:_x003C_ContragentSubType_x003E_k__BackingField>None</d2p1:_x003C_ContragentSubType_x003E_k__BackingField>
    <d2p1:_x003C_ContragentType_x003E_k__BackingField>ALL</d2p1:_x003C_ContragentType_x003E_k__BackingField>
    <d2p1:_x003C_Course_x003E_k__BackingField>1.1</d2p1:_x003C_Course_x003E_k__BackingField>
    <d2p1:_x003C_CreateDate_x003E_k__BackingField xmlns:d3p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
      <d3p1:_format>sample string 4</d3p1:_format>
      <d3p1:_serialized>01.01.1970</d3p1:_serialized>
      <d3p1:_value>1970-01-01T03:00:00.003+03:00</d3p1:_value>
    </d2p1:_x003C_CreateDate_x003E_k__BackingField>
    <d2p1:_x003C_CreditKindOfPayId_x003E_k__BackingField>1</d2p1:_x003C_CreditKindOfPayId_x003E_k__BackingField>
    <d2p1:_x003C_CreditKindOfPayName_x003E_k__BackingField>sample string 39</d2p1:_x003C_CreditKindOfPayName_x003E_k__BackingField>
    <d2p1:_x003C_CurrencyId_x003E_k__BackingField>17</d2p1:_x003C_CurrencyId_x003E_k__BackingField>
    <d2p1:_x003C_Currency_x003E_k__BackingField>sample string 16</d2p1:_x003C_Currency_x003E_k__BackingField>
    <d2p1:_x003C_DebitKindOfPayId_x003E_k__BackingField>1</d2p1:_x003C_DebitKindOfPayId_x003E_k__BackingField>
    <d2p1:_x003C_DebitKindOfPayName_x003E_k__BackingField>sample string 41</d2p1:_x003C_DebitKindOfPayName_x003E_k__BackingField>
    <d2p1:_x003C_Debt_x003E_k__BackingField>40.1</d2p1:_x003C_Debt_x003E_k__BackingField>
    <d2p1:_x003C_DetailId_x003E_k__BackingField>28</d2p1:_x003C_DetailId_x003E_k__BackingField>
    <d2p1:_x003C_DocumentNumber_x003E_k__BackingField>sample string 18</d2p1:_x003C_DocumentNumber_x003E_k__BackingField>
    <d2p1:_x003C_ID_x003E_k__BackingField>29</d2p1:_x003C_ID_x003E_k__BackingField>
    <d2p1:_x003C_Manager_x003E_k__BackingField>sample string 12</d2p1:_x003C_Manager_x003E_k__BackingField>
    <d2p1:_x003C_PaySystemDocumentNumber_x003E_k__BackingField>sample string 14</d2p1:_x003C_PaySystemDocumentNumber_x003E_k__BackingField>
    <d2p1:_x003C_PaySystemType_x003E_k__BackingField>sample string 13</d2p1:_x003C_PaySystemType_x003E_k__BackingField>
    <d2p1:_x003C_PayerInn_x003E_k__BackingField>sample string 34</d2p1:_x003C_PayerInn_x003E_k__BackingField>
    <d2p1:_x003C_PayerKpp_x003E_k__BackingField>sample string 35</d2p1:_x003C_PayerKpp_x003E_k__BackingField>
    <d2p1:_x003C_Payer_x003E_k__BackingField>sample string 33</d2p1:_x003C_Payer_x003E_k__BackingField>
    <d2p1:_x003C_PaymentContragent_x003E_k__BackingField>sample string 26</d2p1:_x003C_PaymentContragent_x003E_k__BackingField>
    <d2p1:_x003C_PaymentDate_x003E_k__BackingField xmlns:d3p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
      <d3p1:_format>sample string 4</d3p1:_format>
      <d3p1:_serialized>01.01.1970</d3p1:_serialized>
      <d3p1:_value>1970-01-01T03:00:00.003+03:00</d3p1:_value>
    </d2p1:_x003C_PaymentDate_x003E_k__BackingField>
    <d2p1:_x003C_PaymentFor_x003E_k__BackingField>sample string 20</d2p1:_x003C_PaymentFor_x003E_k__BackingField>
    <d2p1:_x003C_PaymentOperationID_x003E_k__BackingField>25</d2p1:_x003C_PaymentOperationID_x003E_k__BackingField>
    <d2p1:_x003C_PaymentOperationName_x003E_k__BackingField>sample string 38</d2p1:_x003C_PaymentOperationName_x003E_k__BackingField>
    <d2p1:_x003C_PaymentTypeId_x003E_k__BackingField>22</d2p1:_x003C_PaymentTypeId_x003E_k__BackingField>
    <d2p1:_x003C_PaymentType_x003E_k__BackingField>sample string 21</d2p1:_x003C_PaymentType_x003E_k__BackingField>
    <d2p1:_x003C_RateArticleId_x003E_k__BackingField>1</d2p1:_x003C_RateArticleId_x003E_k__BackingField>
    <d2p1:_x003C_RateArticleName_x003E_k__BackingField>sample string 37</d2p1:_x003C_RateArticleName_x003E_k__BackingField>
    <d2p1:_x003C_ReceipmentInn_x003E_k__BackingField>sample string 31</d2p1:_x003C_ReceipmentInn_x003E_k__BackingField>
    <d2p1:_x003C_ReceipmentKpp_x003E_k__BackingField>sample string 32</d2p1:_x003C_ReceipmentKpp_x003E_k__BackingField>
    <d2p1:_x003C_Receipment_x003E_k__BackingField>sample string 30</d2p1:_x003C_Receipment_x003E_k__BackingField>
    <d2p1:_x003C_RequestNumbers_x003E_k__BackingField xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </d2p1:_x003C_RequestNumbers_x003E_k__BackingField>
    <d2p1:_x003C_SumInAgreementCurrency_x003E_k__BackingField>45.1</d2p1:_x003C_SumInAgreementCurrency_x003E_k__BackingField>
    <d2p1:_x003C_SumInPaymentCurrency_x003E_k__BackingField>47.1</d2p1:_x003C_SumInPaymentCurrency_x003E_k__BackingField>
    <d2p1:_x003C_SumVat_x003E_k__BackingField>1.1</d2p1:_x003C_SumVat_x003E_k__BackingField>
    <d2p1:_x003C_Sum_x003E_k__BackingField>15.1</d2p1:_x003C_Sum_x003E_k__BackingField>
    <d2p1:_x003C_UnusedSum_x003E_k__BackingField>42.1</d2p1:_x003C_UnusedSum_x003E_k__BackingField>
    <d2p1:_x003C_CashId_x003E_k__BackingField>1</d2p1:_x003C_CashId_x003E_k__BackingField>
    <d2p1:_x003C_CashName_x003E_k__BackingField>sample string 5</d2p1:_x003C_CashName_x003E_k__BackingField>
    <d2p1:_x003C_CertificateId_x003E_k__BackingField>1</d2p1:_x003C_CertificateId_x003E_k__BackingField>
    <d2p1:_x003C_CertificateNumber_x003E_k__BackingField>sample string 9</d2p1:_x003C_CertificateNumber_x003E_k__BackingField>
    <d2p1:_x003C_ClientDebt_x003E_k__BackingField>3.1</d2p1:_x003C_ClientDebt_x003E_k__BackingField>
    <d2p1:_x003C_ClientPrice_x003E_k__BackingField>4.1</d2p1:_x003C_ClientPrice_x003E_k__BackingField>
    <d2p1:_x003C_Direction_x003E_k__BackingField>ALL</d2p1:_x003C_Direction_x003E_k__BackingField>
    <d2p1:_x003C_DiscountCardId_x003E_k__BackingField>1</d2p1:_x003C_DiscountCardId_x003E_k__BackingField>
    <d2p1:_x003C_FiskalDocuments_x003E_k__BackingField xmlns:d3p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.OnlineCashes">
      <d3p1:FiskalDocument>
        <d3p1:BillProvideTypeId>7</d3p1:BillProvideTypeId>
        <d3p1:Created>2024-05-19T19:38:33.917806+03:00</d3p1:Created>
        <d3p1:DocumentInShiftNumber>sample string 13</d3p1:DocumentInShiftNumber>
        <d3p1:DocumentTypeId>5</d3p1:DocumentTypeId>
        <d3p1:ExternalOperationId>sample string 4</d3p1:ExternalOperationId>
        <d3p1:FiskalDocumentDateTime>2024-05-19T19:38:33.917806+03:00</d3p1:FiskalDocumentDateTime>
        <d3p1:FiskalNumber>sample string 12</d3p1:FiskalNumber>
        <d3p1:HoldId>1</d3p1:HoldId>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:OnlineCashId>2</d3p1:OnlineCashId>
        <d3p1:OnlineCashName>sample string 3</d3p1:OnlineCashName>
        <d3p1:OperationTypeId>6</d3p1:OperationTypeId>
        <d3p1:PaymentId>1</d3p1:PaymentId>
        <d3p1:ResultTypeId>8</d3p1:ResultTypeId>
        <d3p1:ShiftNumber>sample string 11</d3p1:ShiftNumber>
        <d3p1:Sum>9</d3p1:Sum>
      </d3p1:FiskalDocument>
      <d3p1:FiskalDocument>
        <d3p1:BillProvideTypeId>7</d3p1:BillProvideTypeId>
        <d3p1:Created>2024-05-19T19:38:33.917806+03:00</d3p1:Created>
        <d3p1:DocumentInShiftNumber>sample string 13</d3p1:DocumentInShiftNumber>
        <d3p1:DocumentTypeId>5</d3p1:DocumentTypeId>
        <d3p1:ExternalOperationId>sample string 4</d3p1:ExternalOperationId>
        <d3p1:FiskalDocumentDateTime>2024-05-19T19:38:33.917806+03:00</d3p1:FiskalDocumentDateTime>
        <d3p1:FiskalNumber>sample string 12</d3p1:FiskalNumber>
        <d3p1:HoldId>1</d3p1:HoldId>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:OnlineCashId>2</d3p1:OnlineCashId>
        <d3p1:OnlineCashName>sample string 3</d3p1:OnlineCashName>
        <d3p1:OperationTypeId>6</d3p1:OperationTypeId>
        <d3p1:PaymentId>1</d3p1:PaymentId>
        <d3p1:ResultTypeId>8</d3p1:ResultTypeId>
        <d3p1:ShiftNumber>sample string 11</d3p1:ShiftNumber>
        <d3p1:Sum>9</d3p1:Sum>
      </d3p1:FiskalDocument>
    </d2p1:_x003C_FiskalDocuments_x003E_k__BackingField>
    <d2p1:_x003C_PartnerLegalEntityId_x003E_k__BackingField>1</d2p1:_x003C_PartnerLegalEntityId_x003E_k__BackingField>
    <d2p1:_x003C_PartnerLegalEntityName_x003E_k__BackingField>sample string 1</d2p1:_x003C_PartnerLegalEntityName_x003E_k__BackingField>
    <d2p1:_x003C_PaymentAccountId_x003E_k__BackingField>1</d2p1:_x003C_PaymentAccountId_x003E_k__BackingField>
    <d2p1:_x003C_PaymentAccountName_x003E_k__BackingField>sample string 6</d2p1:_x003C_PaymentAccountName_x003E_k__BackingField>
    <d2p1:_x003C_PaymentDetails_x003E_k__BackingField>
      <d2p1:PaymentDetailData>
        <d2p1:CarryOverOfFunds>sample string 5</d2p1:CarryOverOfFunds>
        <d2p1:CertificateId>1</d2p1:CertificateId>
        <d2p1:CertificateNumber>sample string 11</d2p1:CertificateNumber>
        <d2p1:ClientDebt>7.1</d2p1:ClientDebt>
        <d2p1:ClientPrice>6.1</d2p1:ClientPrice>
        <d2p1:Code>sample string 1</d2p1:Code>
        <d2p1:Comment>sample string 4</d2p1:Comment>
        <d2p1:Course>3</d2p1:Course>
        <d2p1:Date xmlns:d5p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
          <d5p1:_format>sample string 4</d5p1:_format>
          <d5p1:_serialized>01.01.1970</d5p1:_serialized>
          <d5p1:_value>1970-01-01T03:00:00.003+03:00</d5p1:_value>
        </d2p1:Date>
        <d2p1:Debt>8.1</d2p1:Debt>
        <d2p1:OrderPrices>
          <d2p1:OrderPaymentData>
            <d2p1:Course>10.1</d2p1:Course>
            <d2p1:CourseToAgreement>8.1</d2p1:CourseToAgreement>
            <d2p1:CurrencyId>3</d2p1:CurrencyId>
            <d2p1:OperatorId>1</d2p1:OperatorId>
            <d2p1:OperatorName>sample string 2</d2p1:OperatorName>
            <d2p1:OrderDebt>7.1</d2p1:OrderDebt>
            <d2p1:OrderPrice>6.1</d2p1:OrderPrice>
            <d2p1:RequestCode>sample string 5</d2p1:RequestCode>
            <d2p1:RequestId>4</d2p1:RequestId>
            <d2p1:Spread>9.1</d2p1:Spread>
          </d2p1:OrderPaymentData>
          <d2p1:OrderPaymentData>
            <d2p1:Course>10.1</d2p1:Course>
            <d2p1:CourseToAgreement>8.1</d2p1:CourseToAgreement>
            <d2p1:CurrencyId>3</d2p1:CurrencyId>
            <d2p1:OperatorId>1</d2p1:OperatorId>
            <d2p1:OperatorName>sample string 2</d2p1:OperatorName>
            <d2p1:OrderDebt>7.1</d2p1:OrderDebt>
            <d2p1:OrderPrice>6.1</d2p1:OrderPrice>
            <d2p1:RequestCode>sample string 5</d2p1:RequestCode>
            <d2p1:RequestId>4</d2p1:RequestId>
            <d2p1:Spread>9.1</d2p1:Spread>
          </d2p1:OrderPaymentData>
        </d2p1:OrderPrices>
        <d2p1:Spread>2</d2p1:Spread>
        <d2p1:TargetCurrencyId>9</d2p1:TargetCurrencyId>
        <d2p1:TargetPrice>10.1</d2p1:TargetPrice>
      </d2p1:PaymentDetailData>
      <d2p1:PaymentDetailData>
        <d2p1:CarryOverOfFunds>sample string 5</d2p1:CarryOverOfFunds>
        <d2p1:CertificateId>1</d2p1:CertificateId>
        <d2p1:CertificateNumber>sample string 11</d2p1:CertificateNumber>
        <d2p1:ClientDebt>7.1</d2p1:ClientDebt>
        <d2p1:ClientPrice>6.1</d2p1:ClientPrice>
        <d2p1:Code>sample string 1</d2p1:Code>
        <d2p1:Comment>sample string 4</d2p1:Comment>
        <d2p1:Course>3</d2p1:Course>
        <d2p1:Date xmlns:d5p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
          <d5p1:_format>sample string 4</d5p1:_format>
          <d5p1:_serialized>01.01.1970</d5p1:_serialized>
          <d5p1:_value>1970-01-01T03:00:00.003+03:00</d5p1:_value>
        </d2p1:Date>
        <d2p1:Debt>8.1</d2p1:Debt>
        <d2p1:OrderPrices>
          <d2p1:OrderPaymentData>
            <d2p1:Course>10.1</d2p1:Course>
            <d2p1:CourseToAgreement>8.1</d2p1:CourseToAgreement>
            <d2p1:CurrencyId>3</d2p1:CurrencyId>
            <d2p1:OperatorId>1</d2p1:OperatorId>
            <d2p1:OperatorName>sample string 2</d2p1:OperatorName>
            <d2p1:OrderDebt>7.1</d2p1:OrderDebt>
            <d2p1:OrderPrice>6.1</d2p1:OrderPrice>
            <d2p1:RequestCode>sample string 5</d2p1:RequestCode>
            <d2p1:RequestId>4</d2p1:RequestId>
            <d2p1:Spread>9.1</d2p1:Spread>
          </d2p1:OrderPaymentData>
          <d2p1:OrderPaymentData>
            <d2p1:Course>10.1</d2p1:Course>
            <d2p1:CourseToAgreement>8.1</d2p1:CourseToAgreement>
            <d2p1:CurrencyId>3</d2p1:CurrencyId>
            <d2p1:OperatorId>1</d2p1:OperatorId>
            <d2p1:OperatorName>sample string 2</d2p1:OperatorName>
            <d2p1:OrderDebt>7.1</d2p1:OrderDebt>
            <d2p1:OrderPrice>6.1</d2p1:OrderPrice>
            <d2p1:RequestCode>sample string 5</d2p1:RequestCode>
            <d2p1:RequestId>4</d2p1:RequestId>
            <d2p1:Spread>9.1</d2p1:Spread>
          </d2p1:OrderPaymentData>
        </d2p1:OrderPrices>
        <d2p1:Spread>2</d2p1:Spread>
        <d2p1:TargetCurrencyId>9</d2p1:TargetCurrencyId>
        <d2p1:TargetPrice>10.1</d2p1:TargetPrice>
      </d2p1:PaymentDetailData>
    </d2p1:_x003C_PaymentDetails_x003E_k__BackingField>
    <d2p1:_x003C_PaymentMethodId_x003E_k__BackingField>1</d2p1:_x003C_PaymentMethodId_x003E_k__BackingField>
    <d2p1:_x003C_RegularPaymentId_x003E_k__BackingField>1</d2p1:_x003C_RegularPaymentId_x003E_k__BackingField>
    <d2p1:_x003C_RegularPaymentName_x003E_k__BackingField>sample string 2</d2p1:_x003C_RegularPaymentName_x003E_k__BackingField>
    <d2p1:_x003C_RegularPayments_x003E_k__BackingField>
      <d2p1:RegularPaymentRelation>
        <d2p1:Comment>sample string 4</d2p1:Comment>
        <d2p1:PaymentDetails>
          <d2p1:PaymentDetailData>
            <d2p1:CarryOverOfFunds>sample string 5</d2p1:CarryOverOfFunds>
            <d2p1:CertificateId>1</d2p1:CertificateId>
            <d2p1:CertificateNumber>sample string 11</d2p1:CertificateNumber>
            <d2p1:ClientDebt>7.1</d2p1:ClientDebt>
            <d2p1:ClientPrice>6.1</d2p1:ClientPrice>
            <d2p1:Code>sample string 1</d2p1:Code>
            <d2p1:Comment>sample string 4</d2p1:Comment>
            <d2p1:Course>3</d2p1:Course>
            <d2p1:Date xmlns:d7p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
              <d7p1:_format>sample string 4</d7p1:_format>
              <d7p1:_serialized>01.01.1970</d7p1:_serialized>
              <d7p1:_value>1970-01-01T03:00:00.003+03:00</d7p1:_value>
            </d2p1:Date>
            <d2p1:Debt>8.1</d2p1:Debt>
            <d2p1:OrderPrices>
              <d2p1:OrderPaymentData>
                <d2p1:Course>10.1</d2p1:Course>
                <d2p1:CourseToAgreement>8.1</d2p1:CourseToAgreement>
                <d2p1:CurrencyId>3</d2p1:CurrencyId>
                <d2p1:OperatorId>1</d2p1:OperatorId>
                <d2p1:OperatorName>sample string 2</d2p1:OperatorName>
                <d2p1:OrderDebt>7.1</d2p1:OrderDebt>
                <d2p1:OrderPrice>6.1</d2p1:OrderPrice>
                <d2p1:RequestCode>sample string 5</d2p1:RequestCode>
                <d2p1:RequestId>4</d2p1:RequestId>
                <d2p1:Spread>9.1</d2p1:Spread>
              </d2p1:OrderPaymentData>
              <d2p1:OrderPaymentData>
                <d2p1:Course>10.1</d2p1:Course>
                <d2p1:CourseToAgreement>8.1</d2p1:CourseToAgreement>
                <d2p1:CurrencyId>3</d2p1:CurrencyId>
                <d2p1:OperatorId>1</d2p1:OperatorId>
                <d2p1:OperatorName>sample string 2</d2p1:OperatorName>
                <d2p1:OrderDebt>7.1</d2p1:OrderDebt>
                <d2p1:OrderPrice>6.1</d2p1:OrderPrice>
                <d2p1:RequestCode>sample string 5</d2p1:RequestCode>
                <d2p1:RequestId>4</d2p1:RequestId>
                <d2p1:Spread>9.1</d2p1:Spread>
              </d2p1:OrderPaymentData>
            </d2p1:OrderPrices>
            <d2p1:Spread>2</d2p1:Spread>
            <d2p1:TargetCurrencyId>9</d2p1:TargetCurrencyId>
            <d2p1:TargetPrice>10.1</d2p1:TargetPrice>
          </d2p1:PaymentDetailData>
          <d2p1:PaymentDetailData>
            <d2p1:CarryOverOfFunds>sample string 5</d2p1:CarryOverOfFunds>
            <d2p1:CertificateId>1</d2p1:CertificateId>
            <d2p1:CertificateNumber>sample string 11</d2p1:CertificateNumber>
            <d2p1:ClientDebt>7.1</d2p1:ClientDebt>
            <d2p1:ClientPrice>6.1</d2p1:ClientPrice>
            <d2p1:Code>sample string 1</d2p1:Code>
            <d2p1:Comment>sample string 4</d2p1:Comment>
            <d2p1:Course>3</d2p1:Course>
            <d2p1:Date xmlns:d7p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
              <d7p1:_format>sample string 4</d7p1:_format>
              <d7p1:_serialized>01.01.1970</d7p1:_serialized>
              <d7p1:_value>1970-01-01T03:00:00.003+03:00</d7p1:_value>
            </d2p1:Date>
            <d2p1:Debt>8.1</d2p1:Debt>
            <d2p1:OrderPrices>
              <d2p1:OrderPaymentData>
                <d2p1:Course>10.1</d2p1:Course>
                <d2p1:CourseToAgreement>8.1</d2p1:CourseToAgreement>
                <d2p1:CurrencyId>3</d2p1:CurrencyId>
                <d2p1:OperatorId>1</d2p1:OperatorId>
                <d2p1:OperatorName>sample string 2</d2p1:OperatorName>
                <d2p1:OrderDebt>7.1</d2p1:OrderDebt>
                <d2p1:OrderPrice>6.1</d2p1:OrderPrice>
                <d2p1:RequestCode>sample string 5</d2p1:RequestCode>
                <d2p1:RequestId>4</d2p1:RequestId>
                <d2p1:Spread>9.1</d2p1:Spread>
              </d2p1:OrderPaymentData>
              <d2p1:OrderPaymentData>
                <d2p1:Course>10.1</d2p1:Course>
                <d2p1:CourseToAgreement>8.1</d2p1:CourseToAgreement>
                <d2p1:CurrencyId>3</d2p1:CurrencyId>
                <d2p1:OperatorId>1</d2p1:OperatorId>
                <d2p1:OperatorName>sample string 2</d2p1:OperatorName>
                <d2p1:OrderDebt>7.1</d2p1:OrderDebt>
                <d2p1:OrderPrice>6.1</d2p1:OrderPrice>
                <d2p1:RequestCode>sample string 5</d2p1:RequestCode>
                <d2p1:RequestId>4</d2p1:RequestId>
                <d2p1:Spread>9.1</d2p1:Spread>
              </d2p1:OrderPaymentData>
            </d2p1:OrderPrices>
            <d2p1:Spread>2</d2p1:Spread>
            <d2p1:TargetCurrencyId>9</d2p1:TargetCurrencyId>
            <d2p1:TargetPrice>10.1</d2p1:TargetPrice>
          </d2p1:PaymentDetailData>
        </d2p1:PaymentDetails>
        <d2p1:RegularPaymentId>1</d2p1:RegularPaymentId>
        <d2p1:RegularPaymentName>sample string 2</d2p1:RegularPaymentName>
        <d2p1:Spread>3</d2p1:Spread>
      </d2p1:RegularPaymentRelation>
      <d2p1:RegularPaymentRelation>
        <d2p1:Comment>sample string 4</d2p1:Comment>
        <d2p1:PaymentDetails>
          <d2p1:PaymentDetailData>
            <d2p1:CarryOverOfFunds>sample string 5</d2p1:CarryOverOfFunds>
            <d2p1:CertificateId>1</d2p1:CertificateId>
            <d2p1:CertificateNumber>sample string 11</d2p1:CertificateNumber>
            <d2p1:ClientDebt>7.1</d2p1:ClientDebt>
            <d2p1:ClientPrice>6.1</d2p1:ClientPrice>
            <d2p1:Code>sample string 1</d2p1:Code>
            <d2p1:Comment>sample string 4</d2p1:Comment>
            <d2p1:Course>3</d2p1:Course>
            <d2p1:Date xmlns:d7p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
              <d7p1:_format>sample string 4</d7p1:_format>
              <d7p1:_serialized>01.01.1970</d7p1:_serialized>
              <d7p1:_value>1970-01-01T03:00:00.003+03:00</d7p1:_value>
            </d2p1:Date>
            <d2p1:Debt>8.1</d2p1:Debt>
            <d2p1:OrderPrices>
              <d2p1:OrderPaymentData>
                <d2p1:Course>10.1</d2p1:Course>
                <d2p1:CourseToAgreement>8.1</d2p1:CourseToAgreement>
                <d2p1:CurrencyId>3</d2p1:CurrencyId>
                <d2p1:OperatorId>1</d2p1:OperatorId>
                <d2p1:OperatorName>sample string 2</d2p1:OperatorName>
                <d2p1:OrderDebt>7.1</d2p1:OrderDebt>
                <d2p1:OrderPrice>6.1</d2p1:OrderPrice>
                <d2p1:RequestCode>sample string 5</d2p1:RequestCode>
                <d2p1:RequestId>4</d2p1:RequestId>
                <d2p1:Spread>9.1</d2p1:Spread>
              </d2p1:OrderPaymentData>
              <d2p1:OrderPaymentData>
                <d2p1:Course>10.1</d2p1:Course>
                <d2p1:CourseToAgreement>8.1</d2p1:CourseToAgreement>
                <d2p1:CurrencyId>3</d2p1:CurrencyId>
                <d2p1:OperatorId>1</d2p1:OperatorId>
                <d2p1:OperatorName>sample string 2</d2p1:OperatorName>
                <d2p1:OrderDebt>7.1</d2p1:OrderDebt>
                <d2p1:OrderPrice>6.1</d2p1:OrderPrice>
                <d2p1:RequestCode>sample string 5</d2p1:RequestCode>
                <d2p1:RequestId>4</d2p1:RequestId>
                <d2p1:Spread>9.1</d2p1:Spread>
              </d2p1:OrderPaymentData>
            </d2p1:OrderPrices>
            <d2p1:Spread>2</d2p1:Spread>
            <d2p1:TargetCurrencyId>9</d2p1:TargetCurrencyId>
            <d2p1:TargetPrice>10.1</d2p1:TargetPrice>
          </d2p1:PaymentDetailData>
          <d2p1:PaymentDetailData>
            <d2p1:CarryOverOfFunds>sample string 5</d2p1:CarryOverOfFunds>
            <d2p1:CertificateId>1</d2p1:CertificateId>
            <d2p1:CertificateNumber>sample string 11</d2p1:CertificateNumber>
            <d2p1:ClientDebt>7.1</d2p1:ClientDebt>
            <d2p1:ClientPrice>6.1</d2p1:ClientPrice>
            <d2p1:Code>sample string 1</d2p1:Code>
            <d2p1:Comment>sample string 4</d2p1:Comment>
            <d2p1:Course>3</d2p1:Course>
            <d2p1:Date xmlns:d7p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
              <d7p1:_format>sample string 4</d7p1:_format>
              <d7p1:_serialized>01.01.1970</d7p1:_serialized>
              <d7p1:_value>1970-01-01T03:00:00.003+03:00</d7p1:_value>
            </d2p1:Date>
            <d2p1:Debt>8.1</d2p1:Debt>
            <d2p1:OrderPrices>
              <d2p1:OrderPaymentData>
                <d2p1:Course>10.1</d2p1:Course>
                <d2p1:CourseToAgreement>8.1</d2p1:CourseToAgreement>
                <d2p1:CurrencyId>3</d2p1:CurrencyId>
                <d2p1:OperatorId>1</d2p1:OperatorId>
                <d2p1:OperatorName>sample string 2</d2p1:OperatorName>
                <d2p1:OrderDebt>7.1</d2p1:OrderDebt>
                <d2p1:OrderPrice>6.1</d2p1:OrderPrice>
                <d2p1:RequestCode>sample string 5</d2p1:RequestCode>
                <d2p1:RequestId>4</d2p1:RequestId>
                <d2p1:Spread>9.1</d2p1:Spread>
              </d2p1:OrderPaymentData>
              <d2p1:OrderPaymentData>
                <d2p1:Course>10.1</d2p1:Course>
                <d2p1:CourseToAgreement>8.1</d2p1:CourseToAgreement>
                <d2p1:CurrencyId>3</d2p1:CurrencyId>
                <d2p1:OperatorId>1</d2p1:OperatorId>
                <d2p1:OperatorName>sample string 2</d2p1:OperatorName>
                <d2p1:OrderDebt>7.1</d2p1:OrderDebt>
                <d2p1:OrderPrice>6.1</d2p1:OrderPrice>
                <d2p1:RequestCode>sample string 5</d2p1:RequestCode>
                <d2p1:RequestId>4</d2p1:RequestId>
                <d2p1:Spread>9.1</d2p1:Spread>
              </d2p1:OrderPaymentData>
            </d2p1:OrderPrices>
            <d2p1:Spread>2</d2p1:Spread>
            <d2p1:TargetCurrencyId>9</d2p1:TargetCurrencyId>
            <d2p1:TargetPrice>10.1</d2p1:TargetPrice>
          </d2p1:PaymentDetailData>
        </d2p1:PaymentDetails>
        <d2p1:RegularPaymentId>1</d2p1:RegularPaymentId>
        <d2p1:RegularPaymentName>sample string 2</d2p1:RegularPaymentName>
        <d2p1:Spread>3</d2p1:Spread>
      </d2p1:RegularPaymentRelation>
    </d2p1:_x003C_RegularPayments_x003E_k__BackingField>
    <d2p1:_x003C_SubAgentCashId_x003E_k__BackingField>1</d2p1:_x003C_SubAgentCashId_x003E_k__BackingField>
    <d2p1:_x003C_SubAgentPaymentAccountId_x003E_k__BackingField>1</d2p1:_x003C_SubAgentPaymentAccountId_x003E_k__BackingField>
    <d2p1:_x003C_SubAgentPaymentOperationId_x003E_k__BackingField>1</d2p1:_x003C_SubAgentPaymentOperationId_x003E_k__BackingField>
    <d2p1:_x003C_SubAgentPaymentTypeId_x003E_k__BackingField>1</d2p1:_x003C_SubAgentPaymentTypeId_x003E_k__BackingField>
    <d2p1:_x003C_TargetCurrencyId_x003E_k__BackingField>8</d2p1:_x003C_TargetCurrencyId_x003E_k__BackingField>
    <d2p1:_x003C_TargetPrice_x003E_k__BackingField>7.1</d2p1:_x003C_TargetPrice_x003E_k__BackingField>
  </PaymentData>
  <Reports xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Reports.Contract">
    <d2p1:ReportsItem>
      <d2p1:Id>3</d2p1:Id>
      <d2p1:IsAvailableForTourist>true</d2p1:IsAvailableForTourist>
      <d2p1:IsNeedSignedDocument>true</d2p1:IsNeedSignedDocument>
      <d2p1:IsShowPrivateCabinet>true</d2p1:IsShowPrivateCabinet>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:NeedScreenFilter>true</d2p1:NeedScreenFilter>
      <d2p1:NeedSelectedData xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </d2p1:NeedSelectedData>
      <d2p1:ReportFormat>sample string 6</d2p1:ReportFormat>
      <d2p1:TemplateId>73d093ef-ddfc-4f97-b32f-ea899ab5596e</d2p1:TemplateId>
      <d2p1:Title>sample string 1</d2p1:Title>
      <d2p1:Url>sample string 8</d2p1:Url>
      <d2p1:WebReportId>4</d2p1:WebReportId>
    </d2p1:ReportsItem>
    <d2p1:ReportsItem>
      <d2p1:Id>3</d2p1:Id>
      <d2p1:IsAvailableForTourist>true</d2p1:IsAvailableForTourist>
      <d2p1:IsNeedSignedDocument>true</d2p1:IsNeedSignedDocument>
      <d2p1:IsShowPrivateCabinet>true</d2p1:IsShowPrivateCabinet>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:NeedScreenFilter>true</d2p1:NeedScreenFilter>
      <d2p1:NeedSelectedData xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </d2p1:NeedSelectedData>
      <d2p1:ReportFormat>sample string 6</d2p1:ReportFormat>
      <d2p1:TemplateId>73d093ef-ddfc-4f97-b32f-ea899ab5596e</d2p1:TemplateId>
      <d2p1:Title>sample string 1</d2p1:Title>
      <d2p1:Url>sample string 8</d2p1:Url>
      <d2p1:WebReportId>4</d2p1:WebReportId>
    </d2p1:ReportsItem>
  </Reports>
</CertificateResponse>