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" : "..."
}

언어 변경

피드백

보내는 중…

피드백이 발송되었습니다.

피드백을 발송할 수 없습니다. 5초 후에 다시 시도하십시오.