lunatours_apis.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. getAllAvailablePlaces()
  2. {
  3. "date_from": "2024-09-02",
  4. "date_to": "2024-09-30",
  5. "product_id": "5001"
  6. }
  7. FirstStepPreOrder()
  8. {
  9. "fk_event": "2255",
  10. "reservations": "1",
  11. "product_id": "5001"
  12. }
  13. validateandsaveinvoice()
  14. {
  15. "invoice": {
  16. "socid": 1,
  17. "mode_reglement_id": 6,
  18. "array_options_app_facture": 1,
  19. "entity": 1,
  20. "multicurrency_code": "HUF",
  21. "fk_multicurrency": 1,
  22. "fk_account": 2,
  23. "array_options_customer_data_zip": "1011"
  24. },
  25. "cardPaymentLog": "{\"timestamp\":\"0209241531\",\"merchant_id\":\"000000000018756\",\"acquirer_id\":\"88105000003\",\"operation_number\":\"000039\",\"termid\":\"35001708\",\"pan\":\"428312******5211\",\"exp\":\"****\",\"stan\":\"000002\",\"authorization_number\":\"670660\",\"trans_type\":\"CLI\",\"amount\":\"2.0\",\"cvm\":\"2\",\"billnumber\":\"FpTIdKfgGMRhsyUX\",\"card_transaction_id\":\"FpTIdKfgGMRhsyUX\"}",
  26. "payment": {
  27. "datepaye": 1725283939,
  28. "paymentid": 6,
  29. "accountid": 2,
  30. "closepaidinvoices": "yes",
  31. "comment": "{\"timestamp\":\"0209241531\",\"merchant_id\":\"000000000018756\",\"acquirer_id\":\"88105000003\",\"operation_number\":\"000039\",\"termid\":\"35001708\",\"pan\":\"428312******5211\",\"exp\":\"****\",\"stan\":\"000002\",\"authorization_number\":\"670660\",\"trans_type\":\"CLI\",\"amount\":\"2.0\",\"cvm\":\"2\",\"billnumber\":\"FpTIdKfgGMRhsyUX\",\"card_transaction_id\":\"FpTIdKfgGMRhsyUX\"}"
  32. },
  33. "preorder": [
  34. 325
  35. ],
  36. "note": "{\"Name\":\"Name of the Customer\",\"email\":\"asd@asd.hu\",\"phone\":\"88105000003\"}",
  37. "company_invoice": {
  38. "company_name": "Name of the Company",
  39. "taxnumber": "111111-1-11",
  40. "country": "Hungary",
  41. "state": "",
  42. "city": "Budapest",
  43. "Address": "Utca házszám",
  44. "zipcode": "1022"
  45. }
  46. }