salesinventoryInventoryidDocumentPost method
Future<Response<WebApiModulesInventorySalesInventorySalesInventoryDocument> >
salesinventoryInventoryidDocumentPost({
- required String? inventoryid,
- required WebApiModulesInventorySalesInventorySalesInventoryDocumentPostRequest? body,
Create a new document. @param inventoryid Unique identifier
Implementation
Future<
chopper.Response<WebApiModulesInventorySalesInventorySalesInventoryDocument>
>
salesinventoryInventoryidDocumentPost({
required String? inventoryid,
required WebApiModulesInventorySalesInventorySalesInventoryDocumentPostRequest?
body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventorySalesInventorySalesInventoryDocument,
() => WebApiModulesInventorySalesInventorySalesInventoryDocument
.fromJsonFactory,
);
return _salesinventoryInventoryidDocumentPost(
inventoryid: inventoryid,
body: body,
);
}