Policy Object


Properties
idstringRead-onlyformat GUID

Policy ID.


revisionintegerRead-onlyformat int64

Revision number, which increments by 1 each time the policy is updated. To prevent conflicting changes, the existing revision must be used when updating a policy. You'll get an error if you try to use the previous revision.


createdDatestringRead-onlyformat date-time

Date and time when the policy was created in yyyy-mm-ddThh:mm:sssZ format.


updatedDatestringRead-onlyformat date-time

Date and time of the policy's latest update in yyyy-mm-ddThh:mm:sssZ format.


namestringminLength 1maxLength 40

bodystringminLength 1maxLength 50000

eventIdstringformat GUID

ID of the event to which the policy belongs.

Policy
JSON
{ "policy": { "id": "eef70fb3-8567-4861-9f77-ebd2ad3682d5", "revision": "1", "createdDate": "2023-02-14T11:54:51.037Z", "updatedDate": "2023-02-14T11:54:51.037Z", "name": "Terms and Conditions Event 1", "body": "<p>Tickets to this Event are issued on behalf of the Organiser and are subject to the following terms and conditions.</p>", "eventId": "9d720f99-1b5a-4141-9877-d32985391e18" } }
Did this help?