POST v1/operation/inspection
Request Information
URI Parameters
None.
Body Parameters
OperationInspectionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Barcode | string |
None. |
|
| IDs | Collection of IDModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"barcode": "sample string 1",
"iDs": [
{
"id": 1
},
{
"id": 1
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.