Simulation Job Object
{
id: 181,
game: "ats",
sCompany: "sf_port",
scity: "san_francisc",
dCompany: "gal_oil_gst",
dCity: "oakland",
cargo: "pellet_afood",
weight: 56280,
plannedDistance: 144,
expire: null,
driver: null,
status: "pending"
}
| Parameter | Type |
|---|---|
id | Number |
game | String |
sCompany | String |
scity | String |
dCompany | String |
dCity | String |
cargo | String |
weight | Number |
plannedDistance | Number |
expire | Number |
driver | Number |
status | String |