setimagehistoryInventoryidSetimagehistoryitemDocumentidImageformuploadPost method
Future<Response<bool> >
setimagehistoryInventoryidSetimagehistoryitemDocumentidImageformuploadPost({})
Attach an image from a form submission. @param inventoryid Unique identifier @param documentid Unique identifier
Implementation
Future<chopper.Response<bool>>
setimagehistoryInventoryidSetimagehistoryitemDocumentidImageformuploadPost({
required String? inventoryid,
required String? documentid,
required Object? body,
}) {
return _setimagehistoryInventoryidSetimagehistoryitemDocumentidImageformuploadPost(
inventoryid: inventoryid,
documentid: documentid,
body: body,
);
}