Project

General

Profile

Actions

기능(Feature) #719

closed

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

Implement Handle cancellation API

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

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

100%

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

Description

Define API out for CMS so CMS can receive Alice's cancel request and process it in CMS side
Request: {
"bookingType": "cancel",
"hotelCode": "12234567",
"bookingCode": "K25022510401H01",
"transactionSetId": "A5053AC7FDAD45D2BAEB222E336467EF"
}

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

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)
  • Start date set to 07/16/2025
Actions #3

Updated by Dan Hoang 8 months ago

  • Due date set to 07/16/2025
  • Status changed from 진행(Doing) to 완료(Done)
  • % Done changed from 0 to 100
  • Estimated time set to 4.00 h
  • Build env. set to Dev
Actions #4

Updated by Dan Hoang 8 months ago

  • Assignee set to Dan Hoang
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 50 MB)