You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CommonResponseObjDebugPayload.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
10
10
**i_version_max** | **int** | The maximum version of the function that can be called |
11
11
**a_required_permission** | **List[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. |
12
12
**b_version_deprecated** | **bool** | Wheter the current route is deprecated or not |
13
+
**dt_response_date** | **str** | Represent a Date Time. The timezone is the one configured in the User's profile. |
Copy file name to clipboardExpand all lines: docs/CommonResponseObjDebugPayloadGetList.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
10
10
**i_version_max** | **int** | The maximum version of the function that can be called |
11
11
**a_required_permission** | **List[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. |
12
12
**b_version_deprecated** | **bool** | Wheter the current route is deprecated or not |
13
+
**dt_response_date** | **str** | Represent a Date Time. The timezone is the one configured in the User's profile. |
**a_order_by** | **Dict[str, str]** | List of available values for *eOrderBy* |
15
16
**i_row_max** | **int** | The maximum numbers of results to be returned. When the content-type is **application/json** there is an implicit default of 10 000. When it's **application/vnd.openxmlformats-officedocument.spreadsheetml.sheet** the is no implicit default so if you do not specify iRowMax, all records will be returned. |
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**a_pki_creditcardclient_id** | **List[int]** | An array of unique IDs representing the object that were requested to be created. They are returned in the same order as the array containing the objects to be created that was sent in the request. |
10
+
11
+
## Example
12
+
13
+
```python
14
+
from eZmaxApi.models.creditcardclient_create_object_v1_response_m_payload import CreditcardclientCreateObjectV1ResponseMPayload
15
+
16
+
#TODO update the JSON string below
17
+
json ="{}"
18
+
# create an instance of CreditcardclientCreateObjectV1ResponseMPayload from a JSON string
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments