Inform about a new sales order
Available only on servers:
Accepts the following message:
Inform about a new sales order
{
"salesOrderId": 0,
"createdAt": "2019-08-24T14:15:22Z"
}
Inform about a sales order sent
Available only on servers:
Accepts the following message:
Inform about a sales order sent
{
"salesOrderId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a sales order updated
Available only on servers:
Accepts the following message:
Inform about a sales order updated
{
"salesOrderId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a sales order imported
Available only on servers:
Accepts the following message:
Inform about a sales order imported
{
"salesOrderId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a sales order released
Available only on servers:
Accepts the following message:
Inform about a sales order release
{
"salesOrderId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a sales order dispatched
Available only on servers:
Accepts the following message:
Inform about a sales order dispatched
{
"salesOrderId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a sales order auto shipment processed
Available only on servers:
Accepts the following message:
Inform about a sales order auto shipment processed
{
"salesOrderId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a sales order archived
Available only on servers:
Accepts the following message:
Inform about a sales order archived
{
"salesOrderId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a sales order protocol
Available only on servers:
Accepts the following message:
Inform about a sales order protocol
{
"salesOrderProtocolId": 0,
"salesOrderId": 0,
"createdAt": "2019-08-24T14:15:22Z"
}
Triggered when the user visits a new page
Available only on servers:
Accepts the following message:
Triggered when the user visits a new page
{
"userId": 0,
"mainVal": "string",
"secondVal": "string",
"createdAt": "2019-08-24T14:15:22Z"
}
Inform about a successful login operation of a user
Available only on servers:
Accepts the following message:
Inform about a successful login operation of a user
{
"userId": 0,
"mainVal": "string",
"secondVal": "string",
"createdAt": "2019-08-24T14:15:22Z"
}
Inform about a logout operation of a user
Available only on servers:
Accepts the following message:
Inform about a logout operation of a user
{
"userId": 0,
"mainVal": "string",
"secondVal": "string",
"createdAt": "2019-08-24T14:15:22Z"
}
Accepts the following message:
Inform about a new product
{
"id": 0,
"number": "string",
"name": "string",
"description": "string",
"customsTariffNumber": "string",
"ean": "string",
"project": {
"id": 0
}
}
Inform about an updated product
Available only on servers:
Accepts the following message:
Inform about an updated product
{
"id": 0,
"number": "string",
"name": "string",
"description": "string",
"customsTariffNumber": "string",
"ean": "string",
"project": {
"id": 0
}
}
Accepts the following message:
Inform about a deleted product
{
"id": 0
}
Inform about a new product property
Available only on servers:
Accepts the following message:
Inform about new product properties
{
"id": 0,
"properties": [
{
"id": 0,
"name": "string",
"value": "string",
"unit": "string"
}
]
}
Inform about an updated product property
Available only on servers:
Accepts the following message:
Inform about updated product properties
{
"id": 0,
"properties": [
{
"id": 0,
"name": "string",
"value": "string",
"unit": "string"
}
]
}
Inform about a deleted product property
Available only on servers:
Accepts the following message:
Inform about deleted product properties
{
"id": 0,
"properties": [
{
"id": 0
}
]
}
Inform about product tags replacement
Available only on servers:
Accepts the following message:
Information about replaced product tags
{
"id": 0,
"tags": [
{
"id": 0,
"name": "string"
}
]
}
Inform about a product variant creation
Available only on servers:
Accepts the following message:
Inform about a new product variant
{
"id": 0,
"variantOf": 0,
"number": "string",
"additionalSupplierDesignation": "string"
}
Accepts the following message:
Inform about new SalesPrice
{
"id": 0,
"product": {
"id": 0
},
"customer": {
"id": 0
},
"customerGroup": {
"id": 0
},
"amount": 0.1,
"units": 0.1,
"price": {
"amount": 0.1,
"currency": "string"
},
"validFrom": "2019-08-24",
"expiresAt": "2019-08-24"
}
Inform about updated SalesPrice
Available only on servers:
Accepts the following message:
Inform about updated SalesPrice
{
"id": 0,
"product": {
"id": 0
},
"customer": {
"id": 0
},
"customerGroup": {
"id": 0
},
"amount": 0.1,
"units": 0.1,
"price": {
"amount": 0.1,
"currency": "string"
},
"validFrom": "2019-08-24",
"expiresAt": "2019-08-24"
}
Inform about removal of SalesPrice
Available only on servers:
Accepts the following message:
Inform about removal of SalesPrice
{
"id": 0
}
Inform about a new purchase price
Available only on servers:
Accepts the following message:
Inform about a new purchase price
{
"id": 0,
"product": {
"id": 0
},
"supplier": {
"id": 0
},
"isStandardSupplier": true,
"supplierDesignation": "string",
"supplierItemNumber": "string",
"fromQuantity": 0.1,
"packageAmount": 0,
"price": {
"amount": 0.1,
"currency": "string"
},
"validFrom": "string",
"expiresAt": "string"
}
Inform about purchase price updated
Available only on servers:
Accepts the following message:
Inform about an updated purchase price
{
"id": 0,
"product": {
"id": 0
},
"supplier": {
"id": 0
},
"isStandardSupplier": true,
"supplierDesignation": "string",
"supplierItemNumber": "string",
"fromQuantity": 0.1,
"packageAmount": 0,
"price": {
"amount": 0.1,
"currency": "string"
},
"validFrom": "string",
"expiresAt": "string"
}
Inform about purchase price deleted
Available only on servers:
Accepts the following message:
Inform about a deleted purchase price
{
"id": 0
}
Inform about a new product category
Available only on servers:
Accepts the following message:
Inform about a new product category
{
"id": 0,
"parentId": 0
}
Inform about an update of a product category
Available only on servers:
Accepts the following message:
Inform about an update of a product category
{
"id": 0,
"parentId": 0
}
Inform about a deletion of a product category
Available only on servers:
Accepts the following message:
Inform about a deletion of a product category
{
"id": 0,
"parentId": 0
}
Inform about a purchase order created
Available only on servers:
Accepts the following message:
Inform about a purchase order creation
{
"purchaseOrderId": 0,
"createdAt": "2019-08-24T14:15:22Z"
}
Inform about a purchase order sent
Available only on servers:
Accepts the following message:
Inform about a purchase order sent
{
"purchaseOrderId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a purchase order updated
Available only on servers:
Accepts the following message:
Inform about a purchase order update
{
"purchaseOrderId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a purchase order released
Available only on servers:
Accepts the following message:
Inform about a purchase order released
{
"purchaseOrderId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a purchase order archived
Available only on servers:
Accepts the following message:
Inform about a purchase order archived
{
"purchaseOrderId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a purchase order canceled
Available only on servers:
Accepts the following message:
Inform about a purchase order cancellation
{
"purchaseOrderId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a purchase order deleted
Available only on servers:
Accepts the following message:
Inform about a purchase order deleted
{
"purchaseOrderId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a purchase order protocol created
Available only on servers:
Accepts the following message:
Inform about an purchase order protocol created
{
"purchaseOrderProtocolId": 0,
"purchaseOrderId": 0,
"createdAt": "2019-08-24T14:15:22Z"
}
Accepts the following message:
Inform about a return creation
{
"returnId": 0,
"createdAt": "2019-08-24T14:15:22Z"
}
Accepts the following message:
Inform about a return sent
{
"returnId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Accepts the following message:
Inform about a return update
{
"returnId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Accepts the following message:
Inform about a return released
{
"returnId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Accepts the following message:
Inform about a return archived
{
"returnId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Accepts the following message:
Inform about a return canceled
{
"returnId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Accepts the following message:
Inform about a return deleted
{
"returnId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about an return protocol created
Available only on servers:
Accepts the following message:
Inform about an return protocol created
{
"returnProtocolId": 0,
"returnId": 0,
"createdAt": "2019-08-24T14:15:22Z"
}
Inform about a delivery note created
Available only on servers:
Accepts the following message:
Inform about a delivery note creation
{
"deliveryNoteId": 0,
"createdAt": "2019-08-24T14:15:22Z"
}
Inform about a delivery note sent
Available only on servers:
Accepts the following message:
Inform about a delivery note sent
{
"deliveryNoteId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a delivery note updated
Available only on servers:
Accepts the following message:
Inform about a delivery note updated
{
"deliveryNoteId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a delivery note released
Available only on servers:
Accepts the following message:
Inform about a delivery note released
{
"deliveryNoteId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a delivery note archived
Available only on servers:
Accepts the following message:
Inform about a delivery note archived
{
"deliveryNoteId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a delivery note canceled
Available only on servers:
Accepts the following message:
Inform about a delivery note canceled
{
"deliveryNoteId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a delivery note deleted
Available only on servers:
Accepts the following message:
Inform about a delivery note deleted
{
"deliveryNoteId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about an delivery note protocol created
Available only on servers:
Accepts the following message:
Inform about an delivery note protocol created
{
"deliveryNoteProtocolId": 0,
"deliveryNoteId": 0,
"createdAt": "2019-08-24T14:15:22Z"
}
Inform about a proforma invoice created
Available only on servers:
Accepts the following message:
Inform about a new proforma invoice
{
"proformaInvoiceId": 0,
"createdAt": "2019-08-24T14:15:22Z"
}
Inform about a proforma invoice sent
Available only on servers:
Accepts the following message:
Inform about a proforma invoice sent
{
"proformaInvoiceId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a proforma invoice updated
Available only on servers:
Accepts the following message:
Inform about a proforma invoice updated
{
"proformaInvoiceId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a proforma invoice released
Available only on servers:
Accepts the following message:
Inform about a proforma invoice release
{
"proformaInvoiceId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a proforma invoice archived
Available only on servers:
Accepts the following message:
Inform about a proforma invoice archived
{
"proformaInvoiceId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a proforma invoice canceled
Available only on servers:
Accepts the following message:
Inform about a proforma invoice cancellation
{
"proformaInvoiceId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a proforma invoice deleted
Available only on servers:
Accepts the following message:
Inform about a proforma invoice deleted
{
"proformaInvoiceId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about an proforma invoice protocol created
Available only on servers:
Accepts the following message:
Inform about a invoice protocol
{
"proformaInvoiceProtocolId": 0,
"proformaInvoiceId": 0,
"createdAt": "2019-08-24T14:15:22Z"
}
Inform about a production canceled
Available only on servers:
Accepts the following message:
Inform about a production canceled
{
"productionId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a production deleted
Available only on servers:
Accepts the following message:
Inform about a production deleted
{
"productionId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a production completed
Available only on servers:
Accepts the following message:
Inform about a production completed
{
"productionId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a production created
Available only on servers:
Accepts the following message:
Inform about a production creation
{
"productionId": 0,
"createdAt": "2019-08-24T14:15:22Z"
}
Inform about a production protocol created
Available only on servers:
Accepts the following message:
Inform about a production creation
{
"productionProtocolId": 0,
"productionId": 0,
"createdAt": "2019-08-24T14:15:22Z"
}
Inform about a production released
Available only on servers:
Accepts the following message:
Inform about a production released
{
"productionId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Accepts the following message:
Inform about a production sent
{
"productionId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a production started
Available only on servers:
Accepts the following message:
Inform about a production started
{
"productionId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a production updated
Available only on servers:
Accepts the following message:
Inform about a production update
{
"productionId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Accepts the following message:
Inform about a new invoice
{
"invoiceId": 0,
"createdAt": "2019-08-24T14:15:22Z"
}
Accepts the following message:
Inform about a invoice sent
{
"invoiceId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Accepts the following message:
Inform about a invoice updated
{
"invoiceId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a invoice released
Available only on servers:
Accepts the following message:
Inform about a invoice release
{
"invoiceId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a invoice archived
Available only on servers:
Accepts the following message:
Inform about a invoice archived
{
"invoiceId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a invoice canceled
Available only on servers:
Accepts the following message:
Inform about a invoice cancellation
{
"invoiceId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Accepts the following message:
Inform about a invoice deleted
{
"invoiceId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about an invoice protocol created
Available only on servers:
Accepts the following message:
Inform about a invoice protocol
{
"invoiceProtocolId": 0,
"invoiceId": 0,
"createdAt": "2019-08-24T14:15:22Z"
}
Inform about a liability created
Available only on servers:
Accepts the following message:
Inform about a new liability
{
"liabilityId": 0,
"createdAt": "2019-08-24T14:15:22Z"
}
Inform about a liability updated
Available only on servers:
Accepts the following message:
Inform about a liability updated
{
"liabilityId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a liability released
Available only on servers:
Accepts the following message:
Inform about a liability release
{
"liabilityId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a liability canceled
Available only on servers:
Accepts the following message:
Inform about a liability cancellation
{
"liabilityId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a liability deleted
Available only on servers:
Accepts the following message:
Inform about a liability deleted
{
"liabilityId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about an liability protocol created
Available only on servers:
Accepts the following message:
Inform about a liability protocol
{
"liabilityProtocolId": 0,
"liabilityId": 0,
"createdAt": "2019-08-24T14:15:22Z"
}
Inform about a credit note created
Available only on servers:
Accepts the following message:
Inform about a new credit note
{
"creditNoteId": 0,
"createdAt": "2019-08-24T14:15:22Z"
}
Inform about a credit note sent
Available only on servers:
Accepts the following message:
Inform about a credit note sent
{
"creditNoteId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a credit note updated
Available only on servers:
Accepts the following message:
Inform about a credit note updated
{
"creditNoteId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a credit note released
Available only on servers:
Accepts the following message:
Inform about a credit note release
{
"creditNoteId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a credit note archived
Available only on servers:
Accepts the following message:
Inform about a credit note archived
{
"creditNoteId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a credit note canceled
Available only on servers:
Accepts the following message:
Inform about a credit note cancellation
{
"creditNoteId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a credit note deleted
Available only on servers:
Accepts the following message:
Inform about a credit note deleted
{
"creditNoteId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about an credit note protocol created
Available only on servers:
Accepts the following message:
Inform about a credit note protocol
{
"creditNoteProtocolId": 0,
"creditNoteId": 0,
"createdAt": "2019-08-24T14:15:22Z"
}
Accepts the following message:
Inform about a offer creation
{
"offerId": 0,
"createdAt": "2019-08-24T14:15:22Z"
}
Accepts the following message:
Inform about a offer sent
{
"offerId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Accepts the following message:
Inform about a offer update
{
"offerId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Accepts the following message:
Inform about a offer released
{
"offerId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Accepts the following message:
Inform about a offer archived
{
"offerId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Accepts the following message:
Inform about a offer canceled
{
"offerId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Accepts the following message:
Inform about a offer deleted
{
"offerId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about an offer protocol created
Available only on servers:
Accepts the following message:
Inform about a offer creation
{
"offerProtocolId": 0,
"offerId": 0,
"createdAt": "2019-08-24T14:15:22Z"
}
Inform orders fetched from sales channel
Available only on servers:
Accepts the following message:
Inform orders fetched from sales channel
{
"salesChannel": "string",
"orderNumbers": [
"string"
],
"createdAt": "2019-08-24T14:15:22Z"
}
Inform stock was synchronized to a sales channel
Available only on servers:
Accepts the following message:
Inform stock was synchronized to a sales channel
{
"salesChannel": "string",
"productNumbers": [
"string"
],
"createdAt": "2019-08-24T14:15:22Z"
}
Inform product exported to a sales channel
Available only on servers:
Accepts the following message:
Inform product exported to a sales channel
{
"salesChannel": "string",
"productNumber": "string",
"createdAt": "2019-08-24T14:15:22Z"
}
Inform product imported from sales channel
Available only on servers:
Accepts the following message:
Inform product imported to a sales channel
{
"salesChannel": "string",
"productNumber": "string",
"createdAt": "2019-08-24T14:15:22Z"
}
Inform about a quantity changed of a storage item
Available only on servers:
Accepts the following message:
Inform about a quantity changed of a storage item
{
"productId": 0,
"storageLocationId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a reservation-change for a product
Available only on servers:
Accepts the following message:
Inform about a reservation-change for a product
{
"productId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a report exported
Available only on servers:
Accepts the following message:
Inform about a report exported
{
"reportId": 0,
"exportedAt": "2019-08-24T14:15:22Z"
}
Inform about a report viewed
Available only on servers:
Accepts the following message:
Inform about a report viewed
{
"reportId": 0,
"viewedAt": "2019-08-24T14:15:22Z"
}
Inform about the execution of a extended order proposal
Available only on servers:
Accepts the following message:
Inform about the execution of a extended order proposal
{
"createdAt": "2019-08-24T14:15:22Z"
}
Inform about the execution of a order proposal
Available only on servers:
Accepts the following message:
Inform about the execution of a order proposal
{
"createdAt": "2019-08-24T14:15:22Z"
}
Inform about the execution of dropshipping warehouse order creation
Available only on servers:
Accepts the following message:
Inform about the execution of dropshipping warehouse order creation
{
"originSalesOrderId": 0,
"childSalesOrderIds": [
0
],
"createdAt": "2019-08-24T14:15:22Z"
}
Inform about the execution of dropshipping supplier order creation
Available only on servers:
Accepts the following message:
Inform about the execution of dropshipping supplier order creation
{
"originSalesOrderId": 0,
"childSalesOrderIds": [
0
],
"purchaseOrderIds": [
0
],
"createdAt": "2019-08-24T14:15:22Z"
}
Inform about the processing a order in dispatch center
Available only on servers:
Accepts the following message:
Inform about the processing a order in dispatch center
{
"deliveryNoteId": 0,
"createdAt": "2019-08-24T14:15:22Z"
}
Inform about a shipment creation
Available only on servers:
Accepts the following message:
Inform about a shipment creation
{
"shipmentId": 0,
"deliveryNoteId": 0,
"carrier": "string",
"trackingNumber": "string",
"trackingUrl": "string",
"createdAt": "2019-08-24T14:15:22Z"
}
Inform about a shipment label creation successful
Available only on servers:
Accepts the following message:
Inform about a shipment label creation successful
{
"shipmentId": 0,
"deliveryNoteId": 0,
"salesOrderId": 0,
"carrier": "string",
"trackingNumber": "string",
"trackingUrl": "string",
"createdAt": "2019-08-24T14:15:22Z"
}
Inform about a picklist generated
Available only on servers:
Accepts the following message:
Inform about a picklist generated
{
"picklistId": 0,
"createdAt": "2019-08-24T14:15:22Z"
}
Inform about a picklist created
Available only on servers:
Accepts the following message:
Inform about a pick list creation
{
"pickListId": 0
}
Inform about a dispatched autoshipment
Available only on servers:
Accepts the following message:
Inform about a dispatched autoshipment
{
"createdAt": "2019-08-24T14:15:22Z",
"salesOrderIds": [
0
]
}
Inform about a Job transferred successfully
Available only on servers:
Accepts the following message:
Inform about a Job transferred successfully
{
"doctype": "string",
"createdAt": "2019-08-24T14:15:22Z",
"doctypeId": 0
}
Inform about an Error on a Transfer Job
Available only on servers:
Accepts the following message:
Inform about an Error on a Transfer Job
{
"doctype": "string",
"createdAt": "2019-08-24T14:15:22Z",
"doctypeId": 0,
"errorDescription": "string"
}
Inform about goods received for a return
Available only on servers:
Accepts the following message:
Inform about goods received for a return
{
"returnId": 0,
"returnFullyReceived": true,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about goods received for a purchase order
Available only on servers:
Accepts the following message:
Inform about goods received for a purchase order
{
"purchase orderId": 0,
"purchaseOrderFullyReceived": true,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a imported payment list
Available only on servers:
Accepts the following message:
Inform about a imported payment list
{
"paymentAccountId": 0,
"paymentIds": [
0
],
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about starting dunning
Available only on servers:
Accepts the following message:
Inform about dunning started
{
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about an outgoing payment created
Available only on servers:
Accepts the following message:
Inform about an outgoing payment created
{
"createdAt": "2019-08-24T14:15:22Z"
}
Inform about an datev export
Available only on servers:
Accepts the following message:
Inform about an datev export
{
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about an pos order was created
Available only on servers:
Accepts the following message:
Inform about an pos order was created
{
"createdAt": "2019-08-24T14:15:22Z"
}
Inform about a project creation
Available only on servers:
Accepts the following message:
Inform about a new invoice
{
"projectId": 0,
"createdAt": "2019-08-24T14:15:22Z"
}
Inform about an importer executed
Available only on servers:
Accepts the following message:
Inform about an importer executed
{
"importerId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about an exporter executed
Available only on servers:
Accepts the following message:
Inform about an exporter executed
{
"exporterId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about an ticket received
Available only on servers:
Accepts the following message:
Inform about a ticket received
{
"ticketId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about an ticket reply sent
Available only on servers:
Accepts the following message:
Inform about a ticket reply sent
{
"ticketId": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
Inform about a new product media
Available only on servers:
Accepts the following message:
Inform about new product media
{
"id": 0,
"product": {
"id": 0
}
}
Informs about created parts list position of a product
Available only on servers:
Accepts the following message:
Informs about a new product parts list position
{
"id": 0,
"product": {
"id": 0
},
"productPart": {
"id": 0
}
}
Inform about updated product media
Available only on servers:
Accepts the following message:
Inform about updated product media
{
"id": 0,
"product": {
"id": 0
}
}
Informs about updated parts list position of a product
Available only on servers:
Accepts the following message:
Informs about an updated product parts list position
{
"id": 0,
"product": {
"id": 0
},
"productPart": {
"id": 0
}
}
Inform about deleted product media
Available only on servers:
Accepts the following message:
Inform about deleted product media
{
"id": 0,
"product": {
"id": 0
}
}
Informs about created cross selling information of a product
Available only on servers:
Accepts the following message:
Informs about created cross selling information of a product
{
"id": 0,
"product": {
"id": 0
},
"crossSellingProduct": {
"id": 0
}
}
Informs about updated cross selling information of a product
Available only on servers:
Accepts the following message:
Informs about updated cross selling information of a product
{
"id": 0,
"product": {
"id": 0
},
"crossSellingProduct": {
"id": 0
}
}
Informs about deleted cross selling information of a product
Available only on servers:
Accepts the following message:
Informs about deleted cross selling information of a product
{
"id": 0,
"product": {
"id": 0
},
"crossSellingProduct": {
"id": 0
}
}
Informs about deleted parts list position of a product
Available only on servers:
Accepts the following message:
Informs about a deleted product parts list position
{
"id": 0,
"product": {
"id": 0
},
"productPart": {
"id": 0
}
}