POST v6/conditioning/inspection/save
Request Information
URI Parameters
None.
Body Parameters
InspectionSaveModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EquipmentId | integer |
None. |
|
| EquipmentPositionIds | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"equipmentId": 1,
"equipmentPositionIds": [
1,
2
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.