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秒鐘後重試。