inventoryreceiptItemattributesPost method
Future<Response<WebApiModulesInventoryInventoryReceiptItemAttribute> >
inventoryreceiptItemattributesPost({
- required WebApiModulesInventoryInventoryReceiptItemAttribute? body,
Implementation
Future<chopper.Response<WebApiModulesInventoryInventoryReceiptItemAttribute>>
inventoryreceiptItemattributesPost(
{required WebApiModulesInventoryInventoryReceiptItemAttribute?
body}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryInventoryReceiptItemAttribute,
() => WebApiModulesInventoryInventoryReceiptItemAttribute
.fromJsonFactory);
return _inventoryreceiptItemattributesPost(body: body);
}