Marketplace creditor operation deleted

Type: object
Domain: marketplace
Event: marketplace_creditor_operation_deleted
Version: 1

|
marketplace_creditors_operations_id required

Title: Marketplace creditor operation identifier
Description: This field contains the ID of created marketplace creditor operation.
Type: integer
Example:
1
1234

marketplace_id required

Title: Marketplace identifier
Description: This field identifies the marketplace related to the operation.
Type: integer
Example:
4

{
    "$schema": "http://json-schema.org/draft-07/schema",
    "type": "object",
    "title": "Marketplace creditor operation deleted",
    "required": [
        "marketplace_creditors_operations_id",
        "marketplace_id"
    ],
    "properties": {
        "marketplace_creditors_operations_id": {
            "$id": "#/properties/marketplace_creditors_operations_id",
            "type": [
                "integer"
            ],
            "title": "Marketplace creditor operation identifier",
            "description": "This field contains the ID of created marketplace creditor operation.",
            "examples": [
                1,
                1234
            ]
        },
        "marketplace_id": {
            "$id": "#/properties/marketplace_id",
            "type": "integer",
            "title": "Marketplace identifier",
            "description": "This field identifies the marketplace related to the operation.",
            "examples": [
                4
            ]
        }
    }
}
{
    "marketplace_creditors_operations_id": 1,
    "marketplace_id": 4
}