POST api/FunctionalTestInspection/BeforeInspection
Request Information
URI Parameters
None.
Body Parameters
FuctionTestInspectionModelData| Name | Description | Type | Additional information |
|---|---|---|---|
| Records | Collection of FuctionTestInspectionModels |
None. |
Request Formats
application/json, text/json
Sample:
{
"Records": [
{
"SN": "sample string 1",
"Station": "sample string 2",
"Model_Code": "sample string 3"
},
{
"SN": "sample string 1",
"Station": "sample string 2",
"Model_Code": "sample string 3"
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.