- OverrideProperties
Represents a single line item response
{ "activationId": "Example String", "errorMsg": "Example String", "status": "Example String" }
Result item containing status, activation ID and error message
Activation ID if successful
Error message if status is error
Status of the operation (success/error)
{ "activationId": "Example String", "errorMsg": "Example String", "status": "Example String" }
Entry in the line item creation response. Represents the result of creating a line item at a specific index.
Index of the line item in the input array. This maintains the same order as the input request. Example: 0, 1, 2
Result of the operation (success/error)
{ "index": 40, "result": { "__typename": "LineItemResult" } }
Maintenance product information.
Creation date in ISO format
Description of the maintenance product
Last modified date in ISO format
Name of the maintenance product
List of associated part numbers
State of the maintenance product
Version of the maintenance product
{ "creationDate": "Example String", "description": "Example String", "lastModifiedDate": "Example String", "maintenanceName": "Example String", "partNumbers": [ { "__typename": "PartNumbersDTO" } ], "state": "Example String", "version": "Example String" }
Maintenance product list response.
List of maintenance products
Pagination information
{ "maintenanceProducts": [ { "__typename": "MaintenanceProductDTO" } ], "pagination": { "__typename": "Pagination" } }
Override properties for a feature
Notice string to override the default value
Serial number to override the default value
Vendor string to override the default value
{ "notice": "Example String", "serialNumber": "Example String", "vendorString": "Example String" }
Paginated account response
List of accounts
Pagination information
{ "accounts": [ { "__typename": "Account" } ], "pagination": { "__typename": "Pagination" } }
Paginated response carrying a list of features
List of features
Pagination information
{ "features": [ { "__typename": "FeaturesResponseDTO" } ], "pagination": { "__typename": "Pagination" } }
Paginated users response
Pagination information
List of user accounts
{ "pagination": { "__typename": "Pagination" }, "userList": [ { "__typename": "UserInfo" } ] }
Represents the pagination information
Number of records per page
Represents page number for pagination
Represents total number of records
{ "limit": 40, "page": 40, "totalCount": 40 }
Response for part number creation
List of part number creation results
{ "response": [ { "__typename": "PartNumberResultEntry" } ] }