tenant: admin order export csv
This commit is contained in:
@@ -146,6 +146,11 @@ GET {{ host }}/t/{{ tenantCode }}/v1/admin/orders?page=1&limit=10&username=alice
|
||||
Content-Type: application/json
|
||||
Authorization: Bearer {{ token }}
|
||||
|
||||
### Tenant Admin - Orders export (CSV text)
|
||||
GET {{ host }}/t/{{ tenantCode }}/v1/admin/orders/export?username=alice&content_title=Go&type=content_purchase&desc=paid_at
|
||||
Content-Type: application/json
|
||||
Authorization: Bearer {{ token }}
|
||||
|
||||
### Tenant Admin - Order detail
|
||||
@orderID = 1
|
||||
GET {{ host }}/t/{{ tenantCode }}/v1/admin/orders/{{ orderID }}
|
||||
|
||||
Reference in New Issue
Block a user