Response Code Description Response Format
200 Success
{
  "solutionId": "3a85f864-5717-4562-b3b2-2c963f66a6a6",
  "usageId": 0,
  "subjectHandle": "string",
  "quantity": 0.0,
  "orderId": "3a85f864-5717-4562-b3b2-2c963f66a6a6",
  "submittedDate": "2023-09-25T14:32:12.867Z",
  "createdBy": "string",
  "createDate": "2023-09-25T14:32:12.867Z",
  "updatedBy": "string",
  "updateDate": "2023-09-25T14:32:12.867Z",
  "status": "string",
  "eventTime": "2023-09-25T14:32:12.867Z"
}

Response Parameter Description

OrderResponse

Field Data Type Description
SolutionId String (Guid) SolutionId is the Id of the solution defined in Fusion.
UsageId Integer (Int32) Usage information which helps to identify the purpose or environment of the current request.
SubjectHandle String
MaxLength: 250
MinLength: 0
Nullable: true
Subject handle could be a generic value which is common across all the records for each Order.
Quantity Integer (int32)
Nullable: true
Order quantity.
OrderId String (Guid) OrderId which is registered under Fusion.
SubmittedDate String (date-time) UTC date when the order was submitted to the system.
CreatedBy String
MaxLength: 25
MinLength: 0
Nullable: true
Record creator.
CreateDate String (date-time)
Nullable: true
Record creation date and time.
UpdatedBy String
MaxLength: 25
MinLength: 0
Nullable: true
Record updater.
UpdateDate String (date-time)
Nullable: true
Record update date and time.
Status String
MaxLength: 25
MinLength: 0
Nullable: true
Current status of the order.
EventTime String (date-time)
Nullable: true
When the last event happened in UTC time.