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