Project

General

Profile

Actions

기능(Feature) #716

closed

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

Implement Handle Allotment API

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

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

100%

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

Description

Define API out for CMS so CMS can update allotment

Actions #1

Updated by Dan Hoang 8 months ago

  • Description updated (diff)
Actions #2

Updated by Dan Hoang 8 months ago

  • Status changed from 신규(New) to 진행(Doing)
  • Assignee set to Dan Hoang
  • Start date set to 07/03/2025
  • Estimated time set to 16.00 h
Actions #3

Updated by Dan Hoang 8 months ago

Dan Hoang wrote:

Define API out for CMS so CMS can update allotment

Request: {
"hotelCode": "262574",
"availabilityList": [ {
"roomTypeCode": "RAA10199",
"dates": [ {
"allotment": 10,
"date": "2025-10-01",
"status": "Open"
}, {
"allotment": 10,
"date": "2025-10-02",
"status": "Open"
}, {
"allotment": 10,
"date": "2025-10-03",
"status": "Open"
}, {
"allotment": 10,
"date": "2025-10-04",
"status": "Open"
}
]
}
]
}

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

Actions #4

Updated by Dan Hoang 8 months ago

  • % Done changed from 0 to 20
Actions #5

Updated by Dan Hoang 8 months ago

  • Due date set to 07/08/2025
  • Status changed from 진행(Doing) to 완료(Done)
  • % Done changed from 20 to 100
  • Build env. set to Dev
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 50 MB)