Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 937 Bytes

CommonResponseObjDebugPayload.md

File metadata and controls

13 lines (10 loc) · 937 Bytes

# CommonResponseObjDebugPayload

Properties

Name Type Description Notes
iVersionMin int The minimum version of the function that can be called
iVersionMax int The maximum version of the function that can be called
aRequiredPermission int[] An array of permissions required to access this function. If the value "0" is present in the array, anyone can call this function. You must have one of the permission to access the function. You don't need to have all of them.
bVersionDeprecated bool Wheter the current route is deprecated or not
dtResponseDate string Represent a Date Time. The timezone is the one configured in the User's profile.

[Back to Model list] [Back to API list] [Back to README]