Opera Models
Opera transaction
Endpoints
Retrieve by ID
GET https://eu.golfmanager.com/api/model/operaTransaction/[id]
Retrieve many
GET https://eu.golfmanager.com/api/model/operaTransaction
Create
POST https://eu.golfmanager.com/api/model/operaTransaction
Update
POST https://eu.golfmanager.com/api/model/operaTransaction/[id]
Delete
DELETE https://eu.golfmanager.com/api/model/operaTransaction/[id]
Fields
Name |
Label |
Type |
Required |
Readonly |
id |
ID |
int |
no |
yes |
posCart |
Shopping cart |
int |
no |
no |
payment |
Grouped collection |
int |
no |
no |
reservationID |
Booking id |
string |
no |
no |
roomID |
Room id |
string |
no |
no |
success |
Success |
bool |
no |
no |
type |
Type |
select |
no |
no |
response |
Answer |
json |
no |
no |
request |
Request |
json |
no |
no |
error |
Error |
text |
no |
no |
created |
Creation date |
datetime |
no |
yes |
createUser |
Created by |
int |
no |
yes |
updated |
Update date |
datetime |
no |
yes |
updateUser |
Updated by |
int |
no |
yes |
deleted |
Removed |
bool |
no |
yes |
Values for type
Value |
Name |
1 |
Payment |
2 |
Refund |
3 |
Mass sending |