Collateral contract registration request was succeed
This event occurs when the request of default contract registration is success
Type: object
Domain: assets
Event: collateral_contract_registration_success
Version: 1
|
collateral_contract_code required
Title: Collateral contract code
Description: Code of collateral 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 contract registration request was succeed",
"description": "This event occurs when the request of default contract registration is success",
"required": [
"external_id",
"collateral_contract_code"
],
"properties": {
"collateral_contract_code": {
"type": "string",
"title": "Collateral contract code",
"description": "Code of collateral 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"
]
}
}
}
{
"collateral_contract_code": "23HL0000000007",
"external_id": "47c3cca0-3553-11ee-be56-0242ac120002"
}
Updated 21 days ago