RICADO Gen 4 API JS Client

RICADO Gen 4 API JS Client

Class

SoftSortPackrunSummaryModel

Extends
  • BaseModel

Summary

SoftSortPackrunSummaryModel Constructor

.

Description

Model Class for a Soft-Sort Packrun Summary

Constructor

protected

new SoftSortPackrunSummaryModel(siteId)

SoftSortPackrunSummaryModel Constructor

Parameters

  • siteId number

    The Site ID associated with this Soft-Sort Packrun Summary

Source

Members

Methods

static

fromJSON(json, siteId) → {SoftSortPackrunSummaryModel}

Create a new SoftSortPackrunSummaryModel from a JSON Object or JSON String

Parameters

  • json Object.<string, any> | string

    A JSON Object or JSON String

  • siteId number

    The Site ID associated with this Soft-Sort Packrun Summary

Returns

  • SoftSortPackrunSummaryModel

Source