Description of the ExpenseUploading type

Information about expense uploads.

Response format

Information about expense uploads.


{
    "id" :  < long > ,
    "create_time" :  < date > ,
    "source_quantity" :  < integer > ,
    "provider" :  < string > ,
    "comment" :  < string > ,
    "type" :  < expense_uploading_type > ,
    "status" :  < expense_uploading_status > 
}
Parameters Description
id Upload ID.
create_time Upload time.
source_quantity Number of rows in the source file.
provider Data provider name.
comment Comment.
type Upload type.

Possible values

  • EXPENSES: Expenses.
  • REMOVES: Deleting expenses.
status Upload status.

Possible values

  • UPLOADED: Upload complete.
  • IN_PROGRESS: Upload in progress.
  • PROCESSED: Upload processed successfully.
Parameters Description
id Upload ID.
create_time Upload time.
source_quantity Number of rows in the source file.
provider Data provider name.
comment Comment.
type Upload type.

Possible values

  • EXPENSES: Expenses.
  • REMOVES: Deleting expenses.
status Upload status.

Possible values

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