POST api/LaserPCB/LaserRelIdDetails
Request Information
URI Parameters
None.
Body Parameters
LaserRequestModelData| Name | Description | Type | Additional information |
|---|---|---|---|
| Records | Collection of LaserRequestModels |
None. |
Request Formats
application/json, text/json
Sample:
{
"Records": [
{
"Station": "sample string 1",
"OP": "sample string 2",
"WO": "sample string 3",
"ReelId": "sample string 4",
"Qty": 5
},
{
"Station": "sample string 1",
"OP": "sample string 2",
"WO": "sample string 3",
"ReelId": "sample string 4",
"Qty": 5
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.