Skip to content

Interface: InspectionsMarkImageAsInactiveRequest

Describes the structure of the request for the inspectionsMarkImageAsInactive method

Work with applicants

imageId

imageId: string

An image identifier. You can get this number by using this API method.

See

Mark image as inactive API Reference

Defined in

src/client.ts:1118


inspectionId

inspectionId: string

An inspection identifier. You can get this number by using this API method.

See

Mark image as inactive API Reference

Defined in

src/client.ts:1124


revert

Optional revert: boolean

Set true to revert inactivity of the image.

See

Mark image as inactive API Reference

Defined in

src/client.ts:1130