Information about expense uploads

Returns information on the specified upload of advertising expenses.

Request

GET

https://api-metrica.yandex.net/management/v1/counter/{counterId}/expense/uploading/{uploadingId}

Path parameters

Name

Description

counterId*

Type: integer<int32>

ID of the counter for which you want to get information about an expense upload.
Example: 2215573

uploadingId*

Type: integer<int64>

ID of the upload whose details you want to get. The ID is available when the file with expenses is uploaded.
Example: 12

Responses

200 OK

OK

Body

application/json
{
    "uploading": {
        "id": 0,
        "create_time": "2022-12-29T18:02:01Z",
        "source_quantity": 0,
        "provider": "string",
        "comment": "string",
        "type": "string",
        "status": "string"
    }
}

Name

Description

uploading*

Type: ExpenseUploading

Information about expense uploads.

ExpenseUploading

Information about expense uploads.

Name

Description

comment

Type: string

Comment.

create_time

Type: string<date-time>

Upload time.

id

Type: integer<int64>

Upload ID.

provider

Type: string

Data provider name.

source_quantity

Type: integer<int32>

Number of rows in the source file.

status

Type: string

Upload status:

  • UPLOADED: Upload complete.
  • IN_PROGRESS: Upload in progress.
  • PROCESSED: Upload processed successfully.

type

Type: string

Upload type:

  • EXPENSES: Expenses.
  • REMOVES: Deleting expenses.