wing328 7edf744426 [Apex] add petstore samples, shell scripts, batch files (#5672)
* add apex petstore samples, shell scripts, batch files

* add wording "beta" to Apex help
2017-05-20 01:02:08 +08:00

572 B

SwagOrder

Properties

Name Type Description Notes
id Long [optional]
petId Long [optional]
quantity Integer [optional]
shipDate Datetime [optional]
status StatusEnum Order Status [optional]
complete Boolean [optional]

Enum: StatusEnum

Name Value
PLACED "placed"
APPROVED "approved"
DELIVERED "delivered"