Collateral default contract registration request was succeed

This event occurs when the request of default contract registration is success

Type: object
Domain: assets
Event: collateral_default_contract_registration_success
Version: 1

|
default_contract_code required

Title: Default contract code
Description: Code of default contract registered
Type: string
Example:
23HL0000000007

external_id required

Title: External ID
Description: External identifier for operation provided by client.
Type: string
Example:
47c3cca0-3553-11ee-be56-0242ac120002

{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "type": "object",
    "title": "Collateral default contract registration request was succeed",
    "description": "This event occurs when the request of default contract registration is success",
    "required": [
        "external_id",
        "default_contract_code"
    ],
    "properties": {
        "default_contract_code": {
            "type": "string",
            "title": "Default contract code",
            "description": "Code of default contract registered",
            "examples": [
                "23HL0000000007"
            ]
        },
        "external_id": {
            "type": "string",
            "title": "External ID",
            "description": "External identifier for operation provided by client.",
            "examples": [
                "47c3cca0-3553-11ee-be56-0242ac120002"
            ]
        }
    }
}
{
    "default_contract_code": "23HL0000000007",
    "external_id": "47c3cca0-3553-11ee-be56-0242ac120002"
}