inventoryreceiptItemattributesPost method

Implementation

Future<chopper.Response<WebApiModulesInventoryInventoryReceiptItemAttribute>>
inventoryreceiptItemattributesPost({
  required WebApiModulesInventoryInventoryReceiptItemAttribute? body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryInventoryReceiptItemAttribute,
    () => WebApiModulesInventoryInventoryReceiptItemAttribute.fromJsonFactory,
  );

  return _inventoryreceiptItemattributesPost(body: body);
}