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

NameDescriptionTypeAdditional information
id

Id of inspection.

string

Required

Body Parameters

bool indication of submit type

ValidationRequest
NameDescriptionTypeAdditional information
SubmitSTOW

boolean

Optional

Request Formats

application/json, text/json

Sample:
{
  "SubmitSTOW": true
}

Response Information

Resource Description

None.