POST api/GiftCertificate/all

Request Information

URI Parameters

None.

Body Parameters

CertificatesListRequest
NameDescriptionTypeAdditional information
Number

string

None.

StartDateFrom

SerializedDateTime

None.

EndDateFrom

SerializedDateTime

None.

IssueDateFrom

SerializedDateTime

None.

CreateDateFrom

SerializedDateTime

None.

PaymentDateFrom

SerializedDateTime

None.

StartDateTo

SerializedDateTime

None.

EndDateTo

SerializedDateTime

None.

IssueDateTo

SerializedDateTime

None.

CreateDateTo

SerializedDateTime

None.

PaymentDateTo

SerializedDateTime

None.

ClientId

integer

None.

PartnerId

integer

None.

PartnerLegalId

integer

None.

SumFrom

decimal number

None.

AvailableSumFrom

decimal number

None.

SumTo

decimal number

None.

AvailableSumTo

decimal number

None.

IsUsed

boolean

None.

CurrencyIds

Collection of integer

None.

IsPayed

boolean

None.

Type

integer

None.

OwnerLegalEntityId

integer

None.

CreatorManagerId

integer

None.

OwnerUserId

Идентификатор сотрудника

integer

None.

OwnerUserCode

Табельный номер сотрудника

string

None.

PersonalCertificate

Фильтрация по признаку личный, не личный

boolean

None.

host

string

None.

GetSubsidies

Флаг получения дотаций, а не сертификатов

boolean

None.

ParentId

Идентификатор родительского сертификата

integer

None.

ParentNumber

Номер родительского сертификата

string

None.

ShowOnlyParent

Флаг получения только родительских сертификатов

boolean

None.

ShowOnlyChild

Флаг получения только дочерних сертификатов

boolean

None.

AgreementCode

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

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Number": "sample string 1",
  "StartDateFrom": {
    "Serialized": "01.01.1970",
    "HasValue": true,
    "Milliseconds": 3,
    "Format": "sample string 4"
  },
  "EndDateFrom": {
    "Serialized": "01.01.1970",
    "HasValue": true,
    "Milliseconds": 3,
    "Format": "sample string 4"
  },
  "IssueDateFrom": {
    "Serialized": "01.01.1970",
    "HasValue": true,
    "Milliseconds": 3,
    "Format": "sample string 4"
  },
  "CreateDateFrom": {
    "Serialized": "01.01.1970",
    "HasValue": true,
    "Milliseconds": 3,
    "Format": "sample string 4"
  },
  "PaymentDateFrom": {
    "Serialized": "01.01.1970",
    "HasValue": true,
    "Milliseconds": 3,
    "Format": "sample string 4"
  },
  "StartDateTo": {
    "Serialized": "01.01.1970",
    "HasValue": true,
    "Milliseconds": 3,
    "Format": "sample string 4"
  },
  "EndDateTo": {
    "Serialized": "01.01.1970",
    "HasValue": true,
    "Milliseconds": 3,
    "Format": "sample string 4"
  },
  "IssueDateTo": {
    "Serialized": "01.01.1970",
    "HasValue": true,
    "Milliseconds": 3,
    "Format": "sample string 4"
  },
  "CreateDateTo": {
    "Serialized": "01.01.1970",
    "HasValue": true,
    "Milliseconds": 3,
    "Format": "sample string 4"
  },
  "PaymentDateTo": {
    "Serialized": "01.01.1970",
    "HasValue": true,
    "Milliseconds": 3,
    "Format": "sample string 4"
  },
  "ClientId": 1,
  "PartnerId": 1,
  "PartnerLegalId": 1,
  "SumFrom": 2.1,
  "AvailableSumFrom": 3.1,
  "SumTo": 4.1,
  "AvailableSumTo": 5.1,
  "IsUsed": true,
  "CurrencyIds": [
    1,
    2
  ],
  "IsPayed": true,
  "Type": 1,
  "OwnerLegalEntityId": 1,
  "CreatorManagerId": 1,
  "OwnerUserId": 1,
  "OwnerUserCode": "sample string 6",
  "PersonalCertificate": true,
  "host": "sample string 7",
  "GetSubsidies": true,
  "ParentId": 1,
  "ParentNumber": "sample string 9",
  "ShowOnlyParent": true,
  "ShowOnlyChild": true,
  "AgreementCode": "sample string 10"
}

application/xml, text/xml

Sample:
<CertificatesListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Certificates">
  <AgreementCode>sample string 10</AgreementCode>
  <AvailableSumFrom>3.1</AvailableSumFrom>
  <AvailableSumTo>5.1</AvailableSumTo>
  <ClientId>1</ClientId>
  <CreateDateFrom xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
    <d2p1:_format>sample string 4</d2p1:_format>
    <d2p1:_serialized>01.01.1970</d2p1:_serialized>
    <d2p1:_value>1970-01-01T03:00:00.003+03:00</d2p1:_value>
  </CreateDateFrom>
  <CreateDateTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
    <d2p1:_format>sample string 4</d2p1:_format>
    <d2p1:_serialized>01.01.1970</d2p1:_serialized>
    <d2p1:_value>1970-01-01T03:00:00.003+03:00</d2p1:_value>
  </CreateDateTo>
  <CreatorManagerId>1</CreatorManagerId>
  <CurrencyIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </CurrencyIds>
  <EndDateFrom xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
    <d2p1:_format>sample string 4</d2p1:_format>
    <d2p1:_serialized>01.01.1970</d2p1:_serialized>
    <d2p1:_value>1970-01-01T03:00:00.003+03:00</d2p1:_value>
  </EndDateFrom>
  <EndDateTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
    <d2p1:_format>sample string 4</d2p1:_format>
    <d2p1:_serialized>01.01.1970</d2p1:_serialized>
    <d2p1:_value>1970-01-01T03:00:00.003+03:00</d2p1:_value>
  </EndDateTo>
  <GetSubsidies>true</GetSubsidies>
  <IsPayed>true</IsPayed>
  <IsUsed>true</IsUsed>
  <IssueDateFrom xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
    <d2p1:_format>sample string 4</d2p1:_format>
    <d2p1:_serialized>01.01.1970</d2p1:_serialized>
    <d2p1:_value>1970-01-01T03:00:00.003+03:00</d2p1:_value>
  </IssueDateFrom>
  <IssueDateTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
    <d2p1:_format>sample string 4</d2p1:_format>
    <d2p1:_serialized>01.01.1970</d2p1:_serialized>
    <d2p1:_value>1970-01-01T03:00:00.003+03:00</d2p1:_value>
  </IssueDateTo>
  <Number>sample string 1</Number>
  <OwnerLegalEntityId>1</OwnerLegalEntityId>
  <OwnerUserCode>sample string 6</OwnerUserCode>
  <OwnerUserId>1</OwnerUserId>
  <ParentId>1</ParentId>
  <ParentNumber>sample string 9</ParentNumber>
  <PartnerId>1</PartnerId>
  <PartnerLegalId>1</PartnerLegalId>
  <PaymentDateFrom xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
    <d2p1:_format>sample string 4</d2p1:_format>
    <d2p1:_serialized>01.01.1970</d2p1:_serialized>
    <d2p1:_value>1970-01-01T03:00:00.003+03:00</d2p1:_value>
  </PaymentDateFrom>
  <PaymentDateTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
    <d2p1:_format>sample string 4</d2p1:_format>
    <d2p1:_serialized>01.01.1970</d2p1:_serialized>
    <d2p1:_value>1970-01-01T03:00:00.003+03:00</d2p1:_value>
  </PaymentDateTo>
  <PersonalCertificate>true</PersonalCertificate>
  <ShowOnlyChild>true</ShowOnlyChild>
  <ShowOnlyParent>true</ShowOnlyParent>
  <StartDateFrom xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
    <d2p1:_format>sample string 4</d2p1:_format>
    <d2p1:_serialized>01.01.1970</d2p1:_serialized>
    <d2p1:_value>1970-01-01T03:00:00.003+03:00</d2p1:_value>
  </StartDateFrom>
  <StartDateTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
    <d2p1:_format>sample string 4</d2p1:_format>
    <d2p1:_serialized>01.01.1970</d2p1:_serialized>
    <d2p1:_value>1970-01-01T03:00:00.003+03:00</d2p1:_value>
  </StartDateTo>
  <SumFrom>2.1</SumFrom>
  <SumTo>4.1</SumTo>
  <Type>1</Type>
  <host>sample string 7</host>
</CertificatesListRequest>

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 'CertificatesListRequest'.

Response Information

Resource Description

CertificatesListResponse
NameDescriptionTypeAdditional information
Items

Collection of Certificate

None.

Reports

Collection of ReportsItem

None.

ExportReports

Collection of ReportsItem

None.

ResultQueryInfo

Сообщения

ResultQueryInfoContainer

None.

Response Formats

application/json, text/json

Sample:
{
  "Items": [
    {
      "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
    },
    {
      "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
    }
  ],
  "Reports": [
    {
      "Title": "sample string 1",
      "Name": "sample string 2",
      "Id": 3,
      "WebReportId": 4,
      "TemplateId": "e5e57d46-71e0-4f60-b770-ca221e450926",
      "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": "e5e57d46-71e0-4f60-b770-ca221e450926",
      "ReportFormat": "sample string 6",
      "NeedSelectedData": [
        "sample string 1",
        "sample string 2"
      ],
      "NeedScreenFilter": true,
      "Url": "sample string 8",
      "IsAvailableForTourist": true,
      "IsNeedSignedDocument": true,
      "IsShowPrivateCabinet": true
    }
  ],
  "ExportReports": [
    {
      "Title": "sample string 1",
      "Name": "sample string 2",
      "Id": 3,
      "WebReportId": 4,
      "TemplateId": "e5e57d46-71e0-4f60-b770-ca221e450926",
      "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": "e5e57d46-71e0-4f60-b770-ca221e450926",
      "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-19T09:12:04.9894696+03:00",
    "UserMessages": "",
    "UserMessagesHtml": ""
  }
}

application/xml, text/xml

Sample:
<CertificatesListResponse 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-19T09:12:04.9894696+03:00</_x003C_DelFromCacheDateTime_x003E_k__BackingField>
    <_x003C_ResultsCount_x003E_k__BackingField>1</_x003C_ResultsCount_x003E_k__BackingField>
    <info />
  </ResultQueryInfo>
  <ExportReports 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>e5e57d46-71e0-4f60-b770-ca221e450926</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>e5e57d46-71e0-4f60-b770-ca221e450926</d2p1:TemplateId>
      <d2p1:Title>sample string 1</d2p1:Title>
      <d2p1:Url>sample string 8</d2p1:Url>
      <d2p1:WebReportId>4</d2p1:WebReportId>
    </d2p1:ReportsItem>
  </ExportReports>
  <Items>
    <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:d4p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
        <d4p1:_format>sample string 4</d4p1:_format>
        <d4p1:_serialized>01.01.1970</d4p1:_serialized>
        <d4p1:_value>1970-01-01T03:00:00.003+03:00</d4p1:_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:d4p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
        <d4p1:_format>sample string 4</d4p1:_format>
        <d4p1:_serialized>01.01.1970</d4p1:_serialized>
        <d4p1:_value>1970-01-01T03:00:00.003+03:00</d4p1:_value>
      </EndDate>
      <Id>1</Id>
      <IsPayed>true</IsPayed>
      <IsUsed>true</IsUsed>
      <IssueDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
        <d4p1:_format>sample string 4</d4p1:_format>
        <d4p1:_serialized>01.01.1970</d4p1:_serialized>
        <d4p1:_value>1970-01-01T03:00:00.003+03:00</d4p1:_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:d4p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
        <d4p1:_format>sample string 4</d4p1:_format>
        <d4p1:_serialized>01.01.1970</d4p1:_serialized>
        <d4p1:_value>1970-01-01T03:00:00.003+03:00</d4p1:_value>
      </StartDate>
      <Sum>6.1</Sum>
      <Type>14</Type>
      <UsersSum>26.1</UsersSum>
    </Certificate>
    <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:d4p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
        <d4p1:_format>sample string 4</d4p1:_format>
        <d4p1:_serialized>01.01.1970</d4p1:_serialized>
        <d4p1:_value>1970-01-01T03:00:00.003+03:00</d4p1:_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:d4p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
        <d4p1:_format>sample string 4</d4p1:_format>
        <d4p1:_serialized>01.01.1970</d4p1:_serialized>
        <d4p1:_value>1970-01-01T03:00:00.003+03:00</d4p1:_value>
      </EndDate>
      <Id>1</Id>
      <IsPayed>true</IsPayed>
      <IsUsed>true</IsUsed>
      <IssueDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
        <d4p1:_format>sample string 4</d4p1:_format>
        <d4p1:_serialized>01.01.1970</d4p1:_serialized>
        <d4p1:_value>1970-01-01T03:00:00.003+03:00</d4p1:_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:d4p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
        <d4p1:_format>sample string 4</d4p1:_format>
        <d4p1:_serialized>01.01.1970</d4p1:_serialized>
        <d4p1:_value>1970-01-01T03:00:00.003+03:00</d4p1:_value>
      </StartDate>
      <Sum>6.1</Sum>
      <Type>14</Type>
      <UsersSum>26.1</UsersSum>
    </Certificate>
  </Items>
  <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>e5e57d46-71e0-4f60-b770-ca221e450926</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>e5e57d46-71e0-4f60-b770-ca221e450926</d2p1:TemplateId>
      <d2p1:Title>sample string 1</d2p1:Title>
      <d2p1:Url>sample string 8</d2p1:Url>
      <d2p1:WebReportId>4</d2p1:WebReportId>
    </d2p1:ReportsItem>
  </Reports>
</CertificatesListResponse>