curl -L \
--request POST \
--url '/predict' \
--header 'Content-Type: application/json' \
--data '{
"result": [
{
"id": "text",
"version": "text",
"createdDate": 1,
"customAttributes": [],
"deliveryAddress": {
"company": "text",
"countryCode": "text"
},
"grossAmount": "text",
"grossAmountInCompanyCurrency": "text",
"headerDiscount": "text",
"headerSurcharge": "text",
"invoiceAddress": {
"company": "text",
"countryCode": "text"
},
"lastModifiedDate": 1,
"netAmount": "text",
"netAmountInCompanyCurrency": "text",
"orderDate": 1,
"orderDescription": "text",
"paymentMethodId": "text",
"paymentMethodName": "text",
"plannedDeliveryDate": 1,
"purchaseOrderItems": [
{
"id": "text",
"version": "text",
"addPageBreakBefore": true,
"articleId": "text",
"articleNumber": "text",
"createdDate": 1,
"customAttributes": [],
"description": "text",
"discountPercentage": "text",
"freeTextItem": true,
"grossAmount": "text",
"grossAmountInCompanyCurrency": "text",
"lastModifiedDate": 1,
"manualUnitPrice": true,
"netAmount": "text",
"netAmountForStatistics": "text",
"netAmountForStatisticsInCompanyCurrency": "text",
"netAmountInCompanyCurrency": "text",
"positionNumber": 1,
"quantity": "text",
"receivedQuantity": "text",
"reductionAdditionItems": [],
"supplierArticleId": "text",
"taxId": "text",
"taxName": "text",
"title": "text",
"unitId": "text",
"unitName": "text",
"unitPrice": "text",
"unitPriceInCompanyCurrency": "text"
}
],
"purchaseOrderNumber": "text",
"purchaseOrderType": "text",
"received": true,
"recordAddress": {
"city": "text",
"company": "text",
"countryCode": "text",
"street1": "text",
"zipcode": "text"
},
"recordCurrencyId": "text",
"recordCurrencyName": "text",
"responsibleUserId": "text",
"responsibleUserUsername": "text",
"sentToRecipient": true,
"servicePeriodFrom": 1,
"servicePeriodTo": 1,
"shipmentMethodId": "text",
"shipmentMethodName": "text",
"shippingCostItems": [],
"status": "text",
"statusHistory": [
{
"status": "text",
"statusDate": 1,
"userId": "text"
}
],
"supplierId": "text",
"supplierNumber": "text",
"tags": [],
"termOfPaymentId": "text",
"termOfPaymentName": "text",
"warehouseId": "text",
"warehouseName": "text"
}
]
}'
{
"transactionid": "text",
"prediction": 1,
"probability": 1,
"confidence": 1,
"prediction2": 1,
"probability2": 1,
"confidence2": 1
}
Successful Response