Project

General

Profile

Actions

기능(Feature) #717

closed

기능(Feature) #713: Implement open API for CMS

Implement Handle Price API

Added by Dan Hoang 8 months ago. Updated 8 months ago.

Status:
완료(Done)
Priority:
높음(High)
Assignee:
Start date:
07/09/2025
Due date:
07/11/2025
% Done:

100%

Estimated time:
16.00 h
Spent time:
Part:
Build env.:
Dev

Description

Define API out for CMS so CMS can update price
Request: {
"hotelCode": "262574",
"rateList": [ {
"ratePlanCode": "PAA10199",
"chargeType": "RoomCharge",
"dates": [ {
"price": 1000000,
"date": "2025-10-01",
"status": "Open"
}, {
"price": 1000000,
"date": "2025-10-02",
"status": "Open"
}, {
"price": 1000000,
"date": "2025-10-03",
"status": "Open"
}, {
"price": 1000000,
"date": "2025-10-04",
"status": "Close"
}
]
}, {
"ratePlanCode": "PAA10200",
"chargeType": "OccupancyCharge",
"dates": [ {
"price": 1000000,
"date": "2025-10-01",
"status": "Open",
"occupancy": 1
}, {
"price": 1200000,
"date": "2025-10-01",
"status": "Open",
"occupancy": 2
}, {
"price": 1000000,
"date": "2025-10-02",
"status": "Open",
"occupancy": 1
}, {
"price": 1200000,
"date": "2025-10-02",
"status": "Open",
"occupancy": 2
}
]
}
]
}

Response: {
"transactionSetId": "A5053AC7FDAD45D2BAEB222E336467EF",
"isSuccess": fale,
"errors": [ {
"errorCode": "E58745",
"errorMessage": "error message"
}
]
}

Actions #1

Updated by Dan Hoang 8 months ago

  • Assignee set to Dan Hoang
Actions #2

Updated by Dan Hoang 8 months ago

  • Description updated (diff)
Actions #3

Updated by Dan Hoang 8 months ago

  • Status changed from 신규(New) to 진행(Doing)
  • Start date set to 07/09/2025
  • Estimated time set to 16.00 h
Actions #4

Updated by Dan Hoang 8 months ago

  • % Done changed from 0 to 90
  • Build env. set to Dev
Actions #5

Updated by Dan Hoang 8 months ago

  • Status changed from 진행(Doing) to 완료(Done)
  • % Done changed from 90 to 100
Actions #6

Updated by Dan Hoang 8 months ago

  • Due date set to 07/11/2025
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 50 MB)