OrdinanceReservation (JSON)

URI:OrdinanceReservation

Properties

Name Type Description
owner ResourceReference Get the owner associated with the ordinance reservation
reserveDate number The reserve timestamp for the ordinance reservation.
updateDate number The update timestamp for the ordinance reservation.
expirationDate number The expiration timestamp for the ordinance reservation. This is the timestamp when this ordinance reservation will expire.
claimType string Get the claimType indicating how this reservation was reserved.
assigneeType string Get the assigneeType this reservation is assigned to.

Example

{
  "owner" : {
    "resourceId" : "...",
    "resource" : "..."
  },
  "reserveDate" : 12345,
  "updateDate" : 12345,
  "expirationDate" : 12345,
  "claimType" : "...",
  "assigneeType" : "..."
}

Change Language

Feedback

Sending...

Feedback was sent.

Can't send feedback. Retry in 5 seconds.