Information about expense uploads
Returns information on the specified upload of advertising expenses.
Request
GET
https://api-metrika.yandex.net/management/v1/counter/{counterId}/expense/uploading/{uploadingId}
Path parameters
|
Name |
Description |
|
counterId |
Type: integer ID of the counter for which you want to get information about an expense upload. |
|
uploadingId |
Type: integer ID of the upload whose details you want to get. You can see the ID when you upload the file with the expense data. |
Responses
200 OK
OK
Body
application/json
{
"uploading": {
"id": 0,
"create_time": "2025-01-01T00:00:00Z",
"source_quantity": 0,
"provider": "example",
"comment": "example",
"type": "example",
"status": "example"
}
}
|
Name |
Description |
|
uploading |
Type: ExpenseUploading Information about expense uploads. Example
|
ExpenseUploading
Information about expense uploads.
|
Name |
Description |
|
comment |
Type: string Comment. Example: |
|
create_time |
Type: string<date-time> Upload time. Example: |
|
id |
Type: integer Upload ID. |
|
provider |
Type: string Data provider name. Example: |
|
source_quantity |
Type: integer Number of rows in the source file. |
|
status |
Type: string Upload status:
Example: |
|
type |
Type: string Upload type:
Example: |
Example
{
"id": 0,
"create_time": "2025-01-01T00:00:00Z",
"source_quantity": 0,
"provider": "example",
"comment": "example",
"type": "example",
"status": "example"
}
No longer supported, please use an alternative and newer version.