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