| Response Code | Description | Response Format |
|---|---|---|
| 200 | Success |
[
{
"solutionsId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"solutionName": "string",
"description": "string",
"dataRetention": 0,
"customerId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
]
|
Response Parameter Description
| Field | Data Type | Description |
|---|---|---|
| SolutionsId | String (Guid) | SolutionId is the Id of the solution defined in the ERP system. |
| SolutionName | String MaxLength: 250 MinLength: 0 |
Solution name is the name of the solution defined in the ERP system. |
| Description | String Nullable: true |
Detailed descriptions about the solution. |
| DataRetention | Integer (int32) | Data retention period (in days) which is configurable for each solution. After this specific period, the data gets purged by Fusion automatically. |
| CustomerId | String (Guid) Nullable: true |
CustomerId which is registered under Fusion. |