Перейти к основному содержимому

receipts_object

retvalinteger
retdescstring
errorsstring[]nullable
content object
pageinteger
countinteger
has_next_pageboolean
has_previous_pageboolean
total_countinteger
total_pagesinteger
items object[]
  • Array [
  • account_operation_idinteger

    id операции

    operation object
    idinteger
    typestring
    datetimestring
    percentinteger
    pricenumber
    currencystring
    Default value: WMT
    on_accountnumber
    owner_idinteger
    product object
    idinteger
    name object[]
  • Array [
  • localestring
    valuestring
  • ]
  • deletedboolean
    code_check_datetimestringnullable
    date_freestringnullable
    free_descriptionstringnullable
    responsestringnullable
  • ]
  • receipts_object
    {
    "retval": 0,
    "retdesc": "string",
    "errors": [
    "string"
    ],
    "content": {
    "page": 0,
    "count": 0,
    "has_next_page": true,
    "has_previous_page": true,
    "total_count": 0,
    "total_pages": 0,
    "items": [
    {
    "account_operation_id": 0,
    "operation": {
    "id": 0,
    "type": "string",
    "datetime": "string",
    "percent": 0,
    "price": 0,
    "currency": "WMT",
    "on_account": 0
    },
    "owner_id": 0,
    "product": {
    "id": 0,
    "name": [
    {
    "locale": "string",
    "value": "string"
    }
    ],
    "deleted": true
    },
    "code_check_datetime": "string",
    "date_free": "string",
    "free_description": "string",
    "response": "string"
    }
    ]
    }
    }