POST api/Inspections/{id}/Validate
Creates a new queued activity to validate the given inspection. Note: Requires a valid access token to be provided in the request's auth header.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Id of inspection. |
string |
Required |
Body Parameters
bool indication of submit type
ValidationRequestName | Description | Type | Additional information |
---|---|---|---|
SubmitSTOW | boolean |
Optional |
Request Formats
application/json, text/json
Sample:
{ "SubmitSTOW": true }
Response Information
Resource Description
None.