iVvy Developer API
Home
Support
System Status
Login
Search…
API Documentation
Getting Started
Contacts & Companies
Event
Venue
Partner
Invoice
Account
Add or Update Cost Center
Get Cost Center List
Get Email Log List
Add Error Report
Get Account User List
CRM
Development Reference
Powered By
GitBook
Add Error Report
post
[PlatformAddress]/api/1.0/account?action=addErrorReport
Add Error Report
Example Request
Add Error Report
(Related to Venue Booking)
1
{
2
"refType"
:
2
,
3
"code"
:
"254856"
,
4
"message"
:
"This is an error reported while booking"
,
5
"level"
:
3
,
6
"refId1"
:
107
,
7
"refId2"
:
2256
,
8
}
Copied!
Returns
Property
Description
success
Whether or not the error report was added to the account
id
The unique id of the error report
RefType
One of the following value:
Type
refType
Custom
1
Venue Booking
2
Accommodation Group
3
Room Reservation
4
Pass refIds as per below mapping. All below mentioned refIds are mandatory to pass in order to save an error report against specific model.
RefType-RefId Mapping
Venue Booking
RefId
Related identifier
refId1
The identifier of venue
refId2
The identifier of venue booking
Accommodation Group
RefId
Related identifier
refId1
The identifier of venue
refId2
The identifier of venue booking
refId3
The identifier of booking accommodation group
Room Reservation
RefId
Related identifier
refId1
The identifier of venue
refId2
The identifier of venue booking
refId3
The identifier of room reservation
Throws
Code
Description
Specific Code: 24262
The error report details are invalid.
Previous
Get Email Log List
Next
Get Account User List
Last modified
8mo ago
Copy link
Contents
post
Add Error Report
Example Request
Add Error Report (Related to Venue Booking)
Returns
RefType
RefType-RefId Mapping
Throws