User Tools

Site Tools


delta-service

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
delta-service [2025/03/11 12:05] Administratordelta-service [2025/03/13 10:25] (current) Administrator
Line 12: Line 12:
   - **Cache Updates:** The API returns date ranges that require cache updates on the client side, which should be refreshed using the **XML5+ PriceSearch** API.   - **Cache Updates:** The API returns date ranges that require cache updates on the client side, which should be refreshed using the **XML5+ PriceSearch** API.
   - **Inventory Updates:** The API provides availability statuses within specific date ranges, indicating which dates went on **OnRequest** or **ClosedOut**.   - **Inventory Updates:** The API provides availability statuses within specific date ranges, indicating which dates went on **OnRequest** or **ClosedOut**.
 +
 +**Pre-requirement: To use this API, you must first cache the full TA portfolio through XML5+.**
  
 Development Rest EndPoint: http://devxml40.volateam.com:8081/TaDeltaApi/TeamAmerica/ Development Rest EndPoint: http://devxml40.volateam.com:8081/TaDeltaApi/TeamAmerica/
Line 231: Line 233:
 |2  |Hotel|  |1..N  |1 |A collection of room/service lists, each identified by an attribute named “id”=“String” which corresponds to a specific HotelID.| |2  |Hotel|  |1..N  |1 |A collection of room/service lists, each identified by an attribute named “id”=“String” which corresponds to a specific HotelID.|
 |3  |Product|  |1..N  |1 |A specific product within a list, identified by an attribute named “code”=“String” which represents a product code.| |3  |Product|  |1..N  |1 |A specific product within a list, identified by an attribute named “code”=“String” which represents a product code.|
-|4  |Inventory|  |1  |1 |   +|4  |Inventory|  |1  |1 |Contains inventory availability that has been recently updated.
-|5  |Status|  |1..N  | | attribute Type=ClosedOut/OnRequest  |+|5  |Status|  |1..N  | |Indicates availability through the "type" attribute, which can be set to "ClosedOut" or "OnRequest".|
 |6  |DateRange|  |1..N  | |Contains a list of sequential date ranges.| |6  |DateRange|  |1..N  | |Contains a list of sequential date ranges.|
 |7  |From| Date  |1  | |Arrival date starts from; Format: YYYY-MM-DD| |7  |From| Date  |1  | |Arrival date starts from; Format: YYYY-MM-DD|
Line 374: Line 376:
 | Code    | Description                                       | | Code    | Description                                       |
 | DCA101  | Unauthorized Access: Invalid login credentials.   | | DCA101  | Unauthorized Access: Invalid login credentials.   |
-DCA111  | Validation Error: One or more fields failed validation checks.| +DCA102  | Validation Error: One or more fields failed validation checks.| 
-DCA105  | Resource Not Found - The requested endpoint or data could not be found.| +DCA103  | Resource Not Found - The requested endpoint or data could not be found.| 
-DCA106  | Bad Request: The request is malformed or missing required parameters.| +DCA104  | Bad Request: The request is malformed or missing required parameters.| 
-DCA104  Data Type MismatchInvalid data type detected in the request.| +DCA105  Server ErrorGeneral server-side issue.| 
 +| DCA106  | Method Error: Method not supported.|
  
  
delta-service.1741709135.txt.gz · Last modified: 2025/03/11 12:05 by Administrator