POSPointe
  1. Batch
POSPointe
POSPointe GiftCard Server
  • POSPointe GiftCard Server
  • Pospointe Trans
  • MyPOSPointe API
  • Pospointe Agent
  • Pospointe Loyalty
  • Introduction
  • Health
    • /Health - GET
      GET
  • Auth
    • /Auth/verify - PUT
      PUT
  • Tokenization
    • /v1/Token - POST
      POST
  • Batch
    • /Batch/{storeid} - GET
      GET
    • /Batch/batch/{storeid} - POST
      POST
  • Transaction
    • /Transaction/balancecheck - POST
      POST
    • /Transaction/sellnewcard - POST
      POST
    • /Transaction/reload - POST
      POST
    • /Transaction/radeem - POST
      POST
    • /Transaction/changestatus - PATCH
      PATCH
  1. Batch

/Batch/{storeid} - GET

GET
https://giftcard.myposerver.com/Batch/{storeid}

Request

Path Params

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://giftcard.myposerver.com/Batch/'

Responses

🟢200OK
application/json
Body

Example
{}
Modified at 2024-09-04 05:09:20
Previous
/v1/Token - POST
Next
/Batch/batch/{storeid} - POST
Built with