Search
Duplicate

/api/buy/history/onprogress

Description
method
GET
request
request header
{ “Access-Token” : “Barer …”, “Refesh-Token” : “Barer …” }
response
{ "status": "100 CONTINUE", "code": 0, "message": "string", "data": [ { "buyId": 0, "productId": 0, "productBrand": "string", "productName": "string", "couponId": 0, "couponName": "string", "price": 0, "discountPrice": 0, "coupon": { "createdAt": "2024-01-18T01:40:41.730Z", "modifiedAt": "2024-01-18T01:40:41.731Z", "id": 0, "name": "string", "discountType": "RATE", "discount": 0, "status": "AVAILABLE", "user": { "createdAt": "2024-01-18T01:40:41.731Z", "modifiedAt": "2024-01-18T01:40:41.731Z", "id": 0, "loginId": "string", "nickname": "string", "password": "string", "point": 0, "role": "ADMIN", "provider": "LOCAL" } } } ] }
response header
구현
권한
User
기능
사용자 구매 입찰 내역
담당자