Skip to main content

Create devices

POST 

/manufacturing/devices/

Create devices.

Authorization Action:

manufacturing:devices:create

Request

Body

    data objectrequired
    type typerequired

    The type member is used to describe resource objects that share common attributes and relationships.

    id id

    Each resource object’s type and id pair MUST identify a single, unique resource.

    links object
    self object
    oneOf
  • string uri-reference

    a string containing the link's URL

  • attributes object
    pcbPartNumber string
    deviceType string
    fwVersion string
    partNumber string
    serialNumber stringrequired
    packageId string
    palletId string
    productionOrder string
    workOrder string
    connhexId uuidrequired
    createdAt date
    updatedAt date
    deletedAt date

Responses

Created. Assigned id and/or any other changes are in this response.

Schema
    data objectrequired
    type typerequired

    The type member is used to describe resource objects that share common attributes and relationships.

    id idrequired

    Each resource object’s type and id pair MUST identify a single, unique resource.

    links object
    self object
    oneOf
  • string uri-reference

    a string containing the link's URL

  • attributes object
    pcbPartNumber string
    deviceType string
    fwVersion string
    partNumber string
    serialNumber stringrequired
    packageId string
    palletId string
    productionOrder string
    workOrder string
    connhexId uuidrequired
    createdAt date
    updatedAt date
    deletedAt date
    included object[]
  • Array [
  • type typerequired

    The type member is used to describe resource objects that share common attributes and relationships.

    id idrequired

    Each resource object’s type and id pair MUST identify a single, unique resource.

    attributes object
    relationships object
    links object
    oneOf
    title
    meta object
    property name* any
  • ]
  • links object
    first object
    oneOf
  • string uri-reference
  • last object
    oneOf
  • string uri-reference
  • prev object
    oneOf
  • string uri-reference
  • next object
    oneOf
  • string uri-reference
  • oneOf
    title
    jsonapi object

    The server's implementation

    version string
    meta object
    property name* any
Loading...