Retrieve a list of vendor transactions
Retrieve a list of vendor transactions.
Authorizations:Token, JWT
Query Parameters
vendor_id required | integer |
page | integerDefault: 1 The collection page number |
Query Parameters
vendor_id required | integer |
page | integerDefault: 1 The collection page number |
Responses
200Vendor Transaction collection
Response schema:
Vendor Transaction collection Array
id | integer>= 0 |
author_id | integer |
order_id | integer |
date | string |
value | number |
provider | string<= 2 charactersDefault: "NN" Enum: "NN" "PP" |
status | string<= 2 charactersDefault: "PE" Enum: "PE" "DE" "AP" |
description | string |
401Unauthorized
Response schema:
Unauthorized type | string |
title | string |
detail | string or null |
instance | string or null |
500Internal error
Response schema:
Internal error type | string |
title | string |
detail | string or null |
instance | string or null |