Event Name
createPostingRestrict.PostingRestrictCreated
Domain
holdings
Description

Indicates creation of a new Posting restrict record.

Properties
{
    "postingRestrictIds": {
        "type": "object",
        "description": "Identifies any restrictions for posting entries that are imposed on a Customer",
        "id": "urn:jsonschema:RestrictionIds",
        "properties": {
            "postingRestrictId": {
                "type": "string",
                "description": "Identifies any restrictions for posting entries that are imposed on a Customer"
            },
            "descriptions": {
                "type": "array",
                "description": "Contains the description of purpose of the payment.",
                "items": {
                    "id": "urn:jsonschema:Descriptions",
                    "properties": {
                        "language": {
                            "type": "string",
                            "description": "The language that the contents of the field are displayed in."
                        },
                        "postingRestrictDisplayName": {
                            "type": "string",
                            "description": "Display name of Posting Restriction, if any, applicable for the customer"
                        }
                    }
                }
            }
        }
    },
    "restrictType": {
        "type": "string",
        "description": "The type of restriction that need to be applied on the activity. Allowed values are ERROR, OVERRIDE. If it is set to ERROR then the transaction triggering this activity would be completely blocked. If it is set to OVERRIDE then the transaction triggering this activity would be allowed after displaying a warning"
    },
    "companyReference": {
        "type": "string",
        "description": "Contains the identifier of the underlying Entity or Company or Branch"
    },
    "sourceSystem": {
        "type": "string",
        "description": "Specifies an alternative short name to refer the current backend system"
    }
}