POST api/LaserPCB/GetWOInfo

Request Information

URI Parameters

None.

Body Parameters

LaserPCBModelData
NameDescriptionTypeAdditional information
Records

Collection of LaserPCBModels

None.

Request Formats

application/json, text/json

Sample:
{
  "Records": [
    {
      "Station": "sample string 1",
      "WO": "sample string 2"
    },
    {
      "Station": "sample string 1",
      "WO": "sample string 2"
    }
  ]
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.