# Prepaid Package Operations related to prepaid package, including create, get, etc ## Check In for Prepaid Package - [POST /api/v3/PrepaidPackage/CheckIn](https://developer.dealpos.com/openapi/openapi/prepaid-package/checkinprepaidpackage.md): Check a member into a prepaid package session. Requires the "CREATE" role in "Prepaid Packages" Module. ## Check Out for Prepaid Package - [POST /api/v3/PrepaidPackage/CheckOut](https://developer.dealpos.com/openapi/openapi/prepaid-package/checkoutprepaidpackage.md): Check a member out of a prepaid package session. Requires the "CREATE" role in "Prepaid Packages" Module. ## Get Prepaid Package History - [POST /api/v3/PrepaidPackage/History](https://developer.dealpos.com/openapi/openapi/prepaid-package/post-prepaidpackage-history.md): Retrieve prepaid package history with optional filters and pagination. Requires the "VIEW" role in "Prepaid Packages" Module. ## Get Prepaid Package History Detail - [POST /api/v3/PrepaidPackage/History/Detail](https://developer.dealpos.com/openapi/openapi/prepaid-package/post-prepaidpackage-history-detail.md): Retrieve detailed history for a single prepaid package by outlet and number. Requires the "VIEW" role in "Prepaid Packages" Module. ## Get Prepaid Package List - [POST /api/v3/PrepaidPackage/List](https://developer.dealpos.com/openapi/openapi/prepaid-package/post-prepaidpackage-list.md): Retrieve a list of prepaid packages with optional filters such as outlet, customer, and date range. Requires the "VIEW" role in "Prepaid Packages" Module.